ClickHouse/docs/zh/sql-reference/statements/use.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
366 B
Markdown
Raw Normal View History

---
2022-08-26 19:07:59 +00:00
slug: /zh/sql-reference/statements/use
2022-04-10 23:08:18 +00:00
sidebar_position: 53
sidebar_label: USE
---
# USE 语句 {#use}
``` sql
USE db
```
用于设置会话的当前数据库。
如果查询语句中没有在表名前面以加点的方式指明数据库名, 则用当前数据库进行搜索。
使用 HTTP 协议时无法进行此查询,因为没有会话的概念。