记录在sql使用过程中一些比较常用的sql语句语句
1.如何在sql中取出时间和当前时间小于15天的select * from 表 where datediff(day,时间字段,getdate())<15