Answers for "add new column in sql table with default value null"

SQL
3

add column table sql default value

ALTER TABLE users
ADD visit_number INT DEFAULT 0;
Posted by: Guest on May-16-2020

Code answers related to "add new column in sql table with default value null"

Code answers related to "SQL"

Browse Popular Code Answers by Language