Posts

Showing posts from June, 2017

Change column position in mysql table

Here is the syntax in which i change column position in mysql table. ALTER TABLE table_name MODIFY password varchar(20) AFTER id;