使用sql语句查询日期

时间:2017-08-29 07:27:36
【文件属性】:

文件名称:使用sql语句查询日期

文件大小:16KB

文件格式:DOCX

更新时间:2017-08-29 07:27:36

查询日期

使用sql语句查询日期 select * from ShopOrder where datediff(week,ordTime,getdate()-1)=0 //查询当天日期在一周年的数据 select * from ShopOrder where datediff(day,ordTime,getdate()-1)=0 //查询当天的所有数据 --查询当天: select * from info where DateDiff(dd,datetime,getdate())=0


网友评论