This article is tagged with:
Sql where last 12 months
and mysql
sql where last 12 months
select Dateadd(Month, -12, GETDATE())
select Dateadd(Month, -12, GETDATE())