Answers for "sql command for drop table field from a table"

SQL
3

mssql remove column

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

Code answers related to "sql command for drop table field from a table"

Code answers related to "SQL"

Browse Popular Code Answers by Language