Lucee object methods reference

Object Method Query.renameColumn

Rename a column
Query.renameColumn(string column,string newColumnName):void

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
column string  Yes Name of the column to rename.
newColumnName string  Yes New name of the column.