DB_Column.rename
renamename
Group: Metadata
Documentation
Returns a new column, containing the same elements as self
, but with the given name.
Arguments
name
: The new name for the column.
Examples
Rename a column.
import Standard.Examples
example_rename = Examples.integer_column.rename "My Numbers"