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
| Field | Type | Required | Description |
|---|---|---|---|
Copies | List | Yes | Source column and new column name pairs |
SQL generated under the hood
SELECT *, name AS name_backup, price AS original_price FROM data
Related Operations
- Select Columns - Pick and reorder columns
- Delete Columns - Remove columns from the table
- Combine Columns - Combine columns and text into one