Copy Columns

Duplicate columns with custom names

What It Does

Copy Columns duplicates one or more columns with new names. Useful for preserving original data before transformations.

How to Use It

Opening the Panel

Click the + button in the toolbar or press the operation picker, then search for "Copy Columns". It's in the Columns group.

Configuration

FieldTypeRequiredDescription
CopiesListYesSource column and new column name pairs
SQL generated under the hood
SELECT *, name AS name_backup, price AS original_price FROM data
Try this operation →

Related Operations