The SQL command in this recipe removes a column and the column’s data from an existing MySQL table.
To delete the column col_stuff from the table table_things, use the following SQL command:
ALTER TABLE 'table_things' DROP 'col_stuff'
ALTER TABLE 'table_things' DROP 'col_stuff'
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment