i dont no how to roundoff 23.01 as 24 ans
how to get between hours from hour and tohour
select datediff(hh,'18:00','20:35')
here im getting hour difference is only 2 but actually the difference is 2.35
how to select exact hour difference
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Apr 3, 2017, 2:35 AM
Gnanavel SekarPosted Apr 3, 2017, 2:51 AM
SELECT ROUND(96.58,0)
SELECT CAST(170 AS DECIMAL(10,0))
SELECT CAST(96.58 AS DECIMAL(10,0))
Munesh SharmaPosted Apr 3, 2017, 2:39 AM
Nitin SontakkePosted Apr 3, 2017, 2:29 AM