1. 首页
  2. 数据库
  3. 其它
  4. mssql中得到当天数据的语句

mssql中得到当天数据的语句

上传者: 2021-01-16 13:20:47上传 PDF文件 13.61KB 热度 11次
一条例子: select count(point_id) as today_sum from point where datediff(d,point_date,getdate())=0 关键语句: datediff(d,point_date,getdate())=0
下载地址
用户评论