Terrapins Sky
(Move to ...)
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
‹
›
Home
View web version
No comments:
Post a Comment