Merge pull request #34049 from cnmade/PF202201271450

Translate zh/sql-reference/statements/use: fix last bug of the translate
This commit is contained in:
Maksim Kita 2022-01-28 23:47:48 +01:00 committed by GitHub
commit aff7bc3e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +0,0 @@
../../../en/sql-reference/statements/use.md

View File

@ -0,0 +1,16 @@
---
toc_priority: 53
toc_title: USE
---
# USE 语句 {#use}
``` sql
USE db
```
用于设置会话的当前数据库。
如果查询语句中没有在表名前面以加点的方式指明数据库名, 则用当前数据库进行搜索。
使用 HTTP 协议时无法进行此查询,因为没有会话的概念。