Hy Friends,
I'm having a new annoying problem wiht T-SQL.
I need to remove 10 Seconds from a Datetime Value.
Somethin like This:
This date
07/24/2003 14:25:02
I want it like this
07/24/2003 14:24:52
Suggestions?select DATEADD(ss, -10, date_column) from table
Showing posts with label trivial. Show all posts
Showing posts with label trivial. Show all posts
Sunday, February 19, 2012
Subscribe to:
Posts (Atom)