Terrapins Sky
Home
Tutorials
Diary
Works
Friday, August 16, 2013
[MySQL][SQL] command to drop the column
ALTER TABLE
table_name
DROP COLUMN
column_name
;
<--- change the red text to your text
and my case is that:
ALTER TABLE
e_employerinfo
DROP COLUMN
e2181
;
Result :
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment