Modify Workspace Properties
In this section, we will introduce how to modify the properties of a workspace, including modifying the workspace's comments. This will help you better manage and organize your workspace.
Modify Workspace Comments
To modify the comments of a workspace, you can use the following SQL statement:
Here, wbname
represents the name of the workspace you want to modify, and comment
is the new comment you want to set.
Modify Workspace PROPERTIES
To view WorkspacePROPERTIES, please use the following syntax:
Example
Case: Modifying Workspace Comments
Suppose you have a workspace named ql_ws
, and you want to add a comment to it: "This is a workspace for querying." You can modify it using the following SQL statement:
After executing this statement, you can use the DESC
command to view the detailed information of the workspace and confirm that the comment has been successfully modified:
The query results will display something similar to the following: