Answers for "sql add date hour"

SQL
0

sql add date hour

select dateadd(hour,7,getdate())
Posted by: Guest on March-22-2022
1

add time to date sql

ADDTIME(NOW(),'5:30:00')
Posted by: Guest on June-04-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language