Answers for "mysql to change column position"

SQL
0

how to move a columns location in mysql

ALTER TABLE table_name MODIFY password varchar(20) AFTER id
Posted by: Guest on June-12-2020
0

mysql change column

ALTER TABLE Persons

ADD DateOfBirth date;
Posted by: Guest on July-30-2021

Code answers related to "mysql to change column position"

Code answers related to "SQL"

Browse Popular Code Answers by Language