USE
The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements.
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;