Answers for "sql query to rename the data in column"

SQL
8

sql rename column

EXEC SP_RENAME 'TABLE_NAME.OLD_COLUMN_NAME','NEW_COLUMN_NAME'
Posted by: Guest on May-07-2020

Code answers related to "sql query to rename the data in column"

Code answers related to "SQL"

Browse Popular Code Answers by Language