Skip to content
Mathias Rangel Wulff edited this page Jun 11, 2015 · 5 revisions

Keyword USE

Set current database.

Syntax:

    USE [DATABASE] databaseid

Example:

    USE DATABASE mybase;
    -- or
    USE mybase;

See also: [CREATE DATABASE](Create Database), [ATTACH DATABASE](Attach Database)

Clone this wiki locally