当前位置:Gxlcms > mssql > mssql中得到当天数据的语句

mssql中得到当天数据的语句

时间:2021-07-01 10:21:17 帮助过:58人阅读

一条例子:
select count(point_id) as today_sum from point where datediff(d,point_date,getdate())=0
关键语句:
 datediff(d,point_date,getdate())=0

人气教程排行