Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql delete column

Deletes a column from a table.
Example: Removes the first_name column from the users table.
ALTER TABLE users
DROP COLUMN first_name
 
PREVIOUS NEXT
Tagged: #sql #delete #column
ADD COMMENT
Topic
Name
1+7 =