Skip to content

Commit e105aeb

Browse files
committed
updated readme-zh.md
1 parent 5f2a466 commit e105aeb

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README-zh.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -307,34 +307,6 @@ ORDERS 表定义了哪些约束?
307307
```
308308
ORDERS 表与哪些表有关联?
309309
```
310-
```
311-
312-
#### `delete_rows`
313-
314-
根据指定条件从表中删除数据行。
315-
示例:
316-
317-
```
318-
请从 CUSTOMERS 表中删除所有非活跃客户。
319-
```
320-
321-
#### `update_rows`
322-
323-
根据指定条件更新表中的数据行。
324-
示例:
325-
326-
```
327-
请将所有超过 30 天的订单状态更新为 'COMPLETED'。
328-
```
329-
330-
#### `get_rows`
331-
332-
根据指定条件从表中获取数据行。结果以格式化行的形式返回,包含列名和值。
333-
示例:
334-
335-
```
336-
显示 CUSTOMERS 表中前 5 个活跃客户。
337-
```
338310
339311
#### `execute_select_query`
340312
执行 SELECT SQL 查询并返回格式化的结果表。仅允许以 SELECT 开头的查询。

0 commit comments

Comments
 (0)