Apama 10.3.1 | Apama Documentation | Building and Using Apama Dashboards | Dashboard Function Reference | Tabular Functions | Rename Columns
 
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.

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.