mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
12 lines
No EOL
350 B
Text
12 lines
No EOL
350 B
Text
```py title=一次绑定一行
|
|
{{#include docs/examples/python/bind_param_example.py}}
|
|
```
|
|
|
|
```py title=一次绑定多行
|
|
{{#include docs/examples/python/multi_bind_example.py:bind_batch}}
|
|
```
|
|
|
|
:::info
|
|
一次绑定一行效率不如一次绑定多行,但支持非 INSERT 语句。一次绑定多行效率更高,但仅支持 INSERT 语句。
|
|
|
|
::: |