ALTER TABLE <your_table_name> DROP COLUMN <column_name>;<---- change the text in red to your own-text
example:
ALTER TABLE users2 DROP COLUMN facebook_urlo;It means delete the column(facebook_urlo) in table(users2),
Result figure:
ALTER TABLE <your_table_name> DROP COLUMN <column_name>;<---- change the text in red to your own-text
ALTER TABLE users2 DROP COLUMN facebook_urlo;It means delete the column(facebook_urlo) in table(users2),
No comments :
Post a Comment