Mysql
 sql >> Database >  >> RDS >> Mysql

Come posso riordinare le colonne in MySQL Query Editor?

ALTER TABLE myTable MODIFY OtherSupport VARCHAR(50) AFTER Amount2;