mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
11 lines
No EOL
256 B
Text
11 lines
No EOL
256 B
Text
Result set is iterated row by row.
|
|
|
|
```py
|
|
{{#include docs/examples/python/query_example.py:iter}}
|
|
```
|
|
|
|
Result set is retrieved as a whole, each row is converted to a dict and returned.
|
|
|
|
```py
|
|
{{#include docs/examples/python/query_example.py:fetch_all}}
|
|
``` |