How to remove a column from an existing table?
I have a table MEN with Fname and Lname
MEN
Fname
Lname
I need to remove the Lname
How to do it?
ALTER TABLE MEN DROP COLUMN Lname
2.1m questions
2.1m answers
60 comments
57.0k users