Answers for "add column to mysql table with index"

SQL
11

mysql add column

ALTER TABLE table_name
ADD [COLUMN] column_name column_definition [FIRST|AFTER existing_column];
Posted by: Guest on March-04-2020

Code answers related to "add column to mysql table with index"

Code answers related to "SQL"

Browse Popular Code Answers by Language