Rename Columns
Returns a copy of a specified table with specified columns renamed with specified new names.
Arguments
The function has the following arguments:
Table: The table whose columns are to be renamed.
Column Name(s): Text string that specifies the columns to be renamed. Supply a single column name or a semicolon-separated list of column names.
New Name(s): Text string that specifies the new column names. Supply a single name or a semicolon-separated list of names. The
nth element of
New Name(s) is the new name of the column specified by the
nth element of
Column Name(s). The number of names in
Column Name(s) must be less than or equal to the number of names in
New Name(s).
This function returns a table.