Answers for "add 2 hours to datetime in sql"

SQL
1

datetime add 2 hours sql

DATEADD(HOUR, 2, GETUTCDATE())
Posted by: Guest on March-19-2020

Code answers related to "add 2 hours to datetime in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language