Answers for "how to add column value as date in sql"

SQL
0

add colum date in sql

ALTER TABLE ADD COLUMN this_date DATE DEFAULT CURRENT_DATE;
Posted by: Guest on March-02-2021

Code answers related to "how to add column value as date in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language