USE
On this page
Use a database or schema.
Syntax
USE db_name | schema_name
Remarks
-
db_
is the name of a SingleStoreDB database.name -
schema_
is the name of a SingleStoreDB schema.name -
This command must be run on the master aggregator or a child aggregator node (see Node Requirements for SingleStoreDB Commands ).
-
Refer to the Permission Matrix for the required permission.
Example
USE test;Database changed
Last modified: November 16, 2023