From 440b7be9512ab7afca05b34b42712f2c01e301be Mon Sep 17 00:00:00 2001 From: Bo Ding Date: Sat, 14 May 2022 17:46:07 +0800 Subject: [PATCH] docs: use REST API --- docs-cn/04-develop/04-query-data/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-cn/04-develop/04-query-data/index.mdx b/docs-cn/04-develop/04-query-data/index.mdx index 829280fba5..aabe848ff4 100644 --- a/docs-cn/04-develop/04-query-data/index.mdx +++ b/docs-cn/04-develop/04-query-data/index.mdx @@ -155,7 +155,7 @@ Query OK, 5 row(s) in set (0.001521s) :::note 1. 无论是使用 REST 连接还是原生连接的连接器,以上示例代码都能正常工作。 -2. 唯一需要注意的是:由于 RESTful 接口无状态, 不能使用 `use db` 语句来切换数据库。 +2. 唯一需要注意的是:由于 REST 接口无状态, 不能使用 `use db` 语句来切换数据库。 ::: -- GitLab