Skip to content
Andrey Gershun edited this page May 27, 2015 · 5 revisions

USE

Set default database.

Syntax:

    USE [DATABASE] databaseid

Example:

    USE DATABASE mybase;
    -- or
    USE mybase;
Clone this wiki locally