Skip to main content

BulkColumnRename

SQL

The BulkColumnRename gem can be used to systematically rename multiple columns at once.

Parameters

FieldDescription
Table nameThe name of input table.
Rename methodThe way you will rename columns. You can either add a prefix, add a suffix, or use a custom SQL expression.
Columns to renameThe set of columns that you will rename.
Custom expressionThe SQL expression that will determine the output column name(s). (This only appears if you select the custom expression method.)