Return to Snippet

Revision: 28541
at July 9, 2010 08:18 by Jamie


Updated Code
ALTER TABLE
table_name
CHANGE column_name column_name int(11)
AFTER other_column_name

Revision: 28540
at July 9, 2010 08:17 by Jamie


Initial Code
ALTER TABLE
weather_patterns_data
CHANGE weather_pattern_id weather_pattern_id int(11)
AFTER id

Initial URL


Initial Description


Initial Title
Move Column in MySQL Table

Initial Tags
mysql, sql, table

Initial Language
MySQL