Answers for "how to remove a column from a table in ms sq;"

SQL
3

mssql remove column

ALTER TABLE table_name
DROP COLUMN column_name;
Posted by: Guest on December-14-2020

Code answers related to "how to remove a column from a table in ms sq;"

Code answers related to "SQL"

Browse Popular Code Answers by Language