Appearance
Delete Table Dimension
Removes one or multiple dimensions from a table. The dimension is not deleted. The table must be empty.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | array of string | Name of the dimension ([Dimension]). | yes | ||
| Table | string | Name of the table ([Table]). | yes |
Result
No fields
Code
text
DELETE TABLE DIMENSION
DIMENSION=[string, Multiple, Needed]
TABLE=[string, Needed]