customer_id,scheduled_amount,deposit_amount,message_code_id,note_text,system_date
现在我希望从运行sql语句的时候选择不到1年的所有记录。我知道我应该使用DateDiff,有人有任何想法吗?
谢谢
select * from MyTable where MyDate > DATEADD(year,-1,GetDate())