Drop multiple column in MYSQL - Mysql Views : 1080
Tagged in : Mysql
0 0
Send mail
Mysql allows you to drop multiple columns in a table.

Syntax:
Alter table table_name drop column column1,drop column column2,drop column column3............



Ex:
alter table test drop column name,drop column address
By Rekha, On - 2010-03-23



    Login to add Comments .