Answers for "how to change column name in a table"

SQL
0

change name of colum in sql table

ALTER TABLE "table_name" RENAME COLUMN "column 1" TO "column 2";
Posted by: Guest on September-11-2020

Code answers related to "how to change column name in a table"

Code answers related to "SQL"

Browse Popular Code Answers by Language