Appearance
Delete Table String
Deletes one or multiple string fields from a table.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| String | array of string | Name of a text field ([Field]). | yes | ||
| Table | string | Name of the table ([Table]). | yes |
Result
No fields
Code
text
DELETE TABLE STRING
STRING=[string, Multiple, Needed]
TABLE=[string, Needed]