/
USE
USE
Sets the current active schema.
Syntax
USE schema_name
Description
The Schema remains active until the end of the session, or until another use statement is issued.
Example
> SHOW SCHEMAS; SCHEMA NAME ----------------------- def_schema new_schema ----------------------- Total query time: 0.021219 Rows count: 2 > use new_schema;
See Also
, multiple selections available,
Related content
USE
USE
More like this
SHOW
SHOW
More like this
SHOW
SHOW
More like this
SHOW
SHOW
More like this
DROP TABLE
DROP TABLE
More like this
DROP SCHEMA
DROP SCHEMA
More like this