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

mssql中得到当天数据的语句

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

mssql中得到当天数据的语句

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

人气教程排行