Appearance
Create Table Dimension
Adds a dimension to a table. 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
CREATE TABLE DIMENSION
DIMENSION=[string, Multiple, Needed]
TABLE=[string, Needed]