Answers for "how to set the column name of a table in sql"

SQL
1

rename column sql

ALTER TABLE nom_table
RENAME COLUMN colonne_ancien_nom TO colonne_nouveau_nom
Posted by: Guest on July-06-2020

Code answers related to "how to set the column name of a table in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language