Delete Columns
Remove columns from the table
What It Does
Delete Columns removes selected columns from the result. The opposite of Select Columns.
How to Use It
Opening the Panel
Click the + button in the toolbar or press the operation picker, then search for "Delete Columns". It's in the Columns group.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
Columns | Multi-select | Yes | Choose which columns to remove |
SQL generated under the hood
SELECT * EXCLUDE (temp_col, notes) FROM data
Related Operations
- Select Columns - Pick and reorder columns
- Copy Columns - Duplicate columns with custom names
- Combine Columns - Combine columns and text into one