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

以上就是【SqlServer中得到当天数据的语句】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论