We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2a466 commit e105aebCopy full SHA for e105aeb
README-zh.md
@@ -307,34 +307,6 @@ ORDERS 表定义了哪些约束?
307
```
308
ORDERS 表与哪些表有关联?
309
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
338
339
#### `execute_select_query`
340
执行 SELECT SQL 查询并返回格式化的结果表。仅允许以 SELECT 开头的查询。
0 commit comments