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