Rename Columns
Renames columns in a table to new names specified by the user.
Last updated
Was this helpful?
Renames columns in a table to new names specified by the user.
This procedure renames the columns in a table to new names specified by the user.
table
table
The table containing the column to be renamed.
No default
Yes
old columns names
strings
The current name of the columns to be renamed.
No default
Yes
new column names
strings
The new names for the columns.
No default
Yes
rename the table's columns where
the old column names are "foo", "bar"
the new column names are "baz", "qux"Last updated
Was this helpful?
Was this helpful?

