Change column name with mySQL query

0 votes
205 views
added Aug 4, 2017 in mySQL by anonymous
recategorized Jul 18, 2018 by LC Marshal
ALTER TABLE myTable CHANGE COLUMN old_column_name new_column_name VARCHAR(150) NOT NULL

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...