timedifference
how to find a time difference between 2 columns of type datetime in sqlserver.? And have to check difference is greater than 30 or not?
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.
Madhu KPosted Dec 22, 2010, 6:38 AM
select datediff(minute,column1,column2) in minutes.
Krishna GaradPosted Dec 22, 2010, 6:25 AM