USE

2024-03-05 01:54:26  Updated

Purpose

You can use this statement to switch the database in use.

Syntax

USE database_name

Parameters

Parameter Description
database_name The name of the database to use.

Examples

Switch the current database.

obclient> USE test
Database changed

Contact Us