Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi how can i compare timepart of datetime field in SQL, from example: time part of datetime field between '18:25:36'and '22:10:13' thank you :rose:
Have you tried DATEDIFF? Take a look in the BOL. You might need to write a complicated where to make it work, but it should be able to do the trick for you. Bill
DATEDIFF
where