Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to remove a column from a table in MySQL

ALTER TABLE table_name DROP column_name;
#example
ALTER TABLE student DROP first_name;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #remove #column #table #MySQL
ADD COMMENT
Topic
Name
4+6 =