Monday 22 May 2017

How to delete a column from a table in MySQL ?

To delete a column in from a table in MySQL, use the following syntax.
ALTER TABLE tbl_name DROP COLUMN column_name;

No comments:

Post a Comment

Advertisement

Advertisement