Answers for "sql add datetime column"

SQL
0

add colum date in sql

ALTER TABLE ADD COLUMN this_date DATE DEFAULT CURRENT_DATE;
Posted by: Guest on March-02-2021
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