Delete a column from an existing MySQL table
This is how to delete the column my_thing from the table your_table , (use the following SQL command: )
ALTER TABLE ‘your_table’ DROP ‘my_thing’
enjoy
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply