How do I select records less than 1 year old? April 8, 2024 by Tarik select * from MyTable where MyDate > DATEADD(year, -1, GetDate())