Add Column Mysql After Another Column Code Example


Example: insert column after column mysql

ALTER TABLE tbl_name ADD COLUMN new_column_name VARCHAR(15) AFTER existing_column_name;

Comments

Popular posts from this blog

Android - ImageView With Rounded Only One Corner

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

403 Access Denied On Tomcat 8 Manager App Without Prompting For User/password