SQL 日期判断的问题要取出表(tousu)中所有当前时间大于发布时间(ts_time,datetime类型)的记录,请问怎么写?[解决办法]select * from tousu where datediff(day,ts_time,getdate())> 2