SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using SQL Server try this:
SELECT * FROM MyTable WHERE MyDate < DATEADD(month, -2, GETDATE())
Based on your update it would be:
SELECT * FROM FB WHERE Dte < DATEADD(month, -2, GETDATE())