Answers for "select date from sql and add 1 hour"

SQL
1

datetime add 2 hours sql

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

Code answers related to "SQL"

Browse Popular Code Answers by Language