-
Notifications
You must be signed in to change notification settings - Fork 664
USE
Mathias Rangel Wulff edited this page Jun 11, 2015
·
5 revisions
Set current database.
Syntax:
USE [DATABASE] databaseid
Example:
USE DATABASE mybase;
-- or
USE mybase;
See also: [CREATE DATABASE](Create Database), [ATTACH DATABASE](Attach Database)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo