Alter Table Add Column After Another Column Mysql Code Example


Example 1: add column in mysq

ALTER TABLE Table_name ADD name_column INT(255);

Example 2: mysql alter table add column

ALTER TABLE table   ADD [COLUMN] column_name column_definition   [FIRST|AFTER existing_column];

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable