Skip to content

Commit

Permalink
Fix use workspace command
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Jul 17, 2024
1 parent b331468 commit 46ee1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singlestoredb/fusion/handlers/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class UseWorkspaceHandler(SQLHandler):
workspace_name = '<workspace-name>'
# Current workspace
current_workspace = @CURRENT
current_workspace = @@CURRENT
# Name of database
with_database = WITH DATABASE 'database-name'
Expand All @@ -44,7 +44,7 @@ class UseWorkspaceHandler(SQLHandler):
Remarks
-------
* If you want to specify a database in the current workspace,
the workspace name can be specified as @CURRENT.
the workspace name can be specified as @@CURRENT.
* Specify the ``WITH DATABASE`` clause to select a default
database for the session.
* This command only works in a notebook session in the
Expand Down

0 comments on commit 46ee1bc

Please sign in to comment.