USE

2025-11-19 10:08:12  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