USE
Description
The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements.
Syntax
> USE db_name
Examples
> USE db1;
> SELECT COUNT(*) FROM mytable;
The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements.
> USE db_name
> USE db1;
> SELECT COUNT(*) FROM mytable;