/ Published in: MySQL

Expand |
Embed | Plain Text
ALTER TABLE table_name CHANGE column_name column_name INT(11) AFTER other_column_name
You need to login to post a comment.
Jamie on 07/09/10
mysql sql table move column alter
1 person have marked this snippet as a favorite
ALTER TABLE table_name CHANGE column_name column_name INT(11) AFTER other_column_name
You need to login to post a comment.