MySql

【mysql】テーブルのカラムを削除する

 

■1つのカラムだけ削除するコマンド

alter table [table_name(対象のテーブル名)] drop [column_name (削除するカラム名)];

 

■同時に複数のカラムを削除するコマンド

alter table [table_name(対象のテーブル名)] drop [column_name (削除するカラム名1)], drop [column2_name (削除するカラム名2)], drop [column3_name (削除するカラム名3)];

Warning: Undefined variable $postID in /home/foodheart/flashbuilder-job.com/public_html/wp-content/themes/stingerplus/single.php on line 87

-MySql