Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

sql server 2008日期比较效率问题

$
0
0
各位好,我最近在项目中经常遇到查询某天日期的函数,我知道以下三种种写法: 1、 CONVERT(varchar(100), create_time, 23) = '2016-01-01'; 2、 create_time between '2016-01-01 00:00:00' and '2016-01-01 23:59:59'; 3、create_time >= '2016-01-01 00:00:00' an ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles