Skip to content

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

sql <!-- validator-ignore-exec --> USE db1; SELECT COUNT(*) FROM mytable;