delete_column_from_table
Deletes a column from every row in a table using zero-based indexing. Specify the table and column indices to remove unwanted data.
Instructions
Delete a column (0-based) from every row of a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes | ||
| col_idx | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |