How to get first hour of today in SQL Server?
This question already has an answer here:
这个怎么样
select cast(cast(getdate() as date) as datetime)
链接地址: http://www.djcxy.com/p/94386.html
This question already has an answer here:
这个怎么样
select cast(cast(getdate() as date) as datetime)
链接地址: http://www.djcxy.com/p/94386.html