mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
11 lines
259 B
Text
11 lines
259 B
Text
通过迭代逐行获取查询结果。
|
|
|
|
```py
|
|
{{#include docs/examples/python/query_example.py:iter}}
|
|
```
|
|
|
|
一次获取所有查询结果,并把每一行转化为一个字典返回。
|
|
|
|
```py
|
|
{{#include docs/examples/python/query_example.py:fetch_all}}
|
|
```
|