Answers for "sqlmessage: "you can't delete all columns with alter table; use drop table instead","

SQL
0

alter table drop column

ALTER TABLE "table_name" DROP COLUMN "column_name";
Posted by: Guest on August-16-2021

Code answers related to "sqlmessage: "you can't delete all columns with alter table; use drop table instead","

Code answers related to "SQL"

Browse Popular Code Answers by Language