服务器之家:专注于服务器技术及软件下载分享
分类导航

Mysql|Sql Server|Oracle|Redis|MongoDB|PostgreSQL|Sqlite|DB2|mariadb|Access|数据库技术|

服务器之家 - 数据库 - Sql Server - mssql中得到当天数据的语句

mssql中得到当天数据的语句

2019-10-29 17:31mssql教程网 Sql Server

mssql中得到当天数据的语句

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

延伸 · 阅读

精彩推荐