> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> USE 语句说明

# USE 语句

```sql theme={null}
USE [DATABASE] db
```

用于为当前会话设置当前数据库。

如果在查询中未通过表名前的点号显式指定数据库，则会使用当前数据库来查找表。

使用 HTTP 协议时，无法执行此查询，因为 HTTP 协议中没有会话这一概念。
