.alter table folder
Alters the Folder value of an existing table.
.alter table TableName folder Folder
Note
- Requires database admin permission
- The database user who originally created the table is also allowed to edit it
- If the table does not exist, an error is returned. For creating a new table, see
.create table
Examples
.alter table MyTable folder "Updated folder"
.alter table MyTable folder @"First Level\Second Level"
Feedback
Submit and view feedback for