Answers for "how to add a new column to a mysql table"

SQL
22

mysql alter table add column

ALTER TABLE vendors ADD COLUMN phone VARCHAR(15) AFTER name;
Posted by: Guest on November-07-2020

Code answers related to "how to add a new column to a mysql table"

Code answers related to "SQL"

Browse Popular Code Answers by Language