Answers for "add column to table mysql command line"

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 "add column to table mysql command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language