Answers for "mysql add attribute to column"

SQL
22

add attribute my sql

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

Code answers related to "SQL"

Browse Popular Code Answers by Language