USE

Description

The USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements.

Syntax

  1. > USE db_name

Examples

  1. > USE db1;
  2. > SELECT COUNT(*) FROM mytable;