Select the database that contains the table and then perform desired deletion .
USE your_database;
ALTER TABLE `your_table` DROP `col_to_delete`;
Technology GupShup is a place where you can articles on Software Development, Databases , Web Development and computers in general. You can also find useful tips and tutorials related to computers.
Comments
Post a Comment