mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
12 lines
No EOL
408 B
Text
12 lines
No EOL
408 B
Text
```py title=Single Row Binding
|
|
{{#include docs/examples/python/bind_param_example.py}}
|
|
```
|
|
|
|
```py title=Multiple Row Binding
|
|
{{#include docs/examples/python/multi_bind_example.py:bind_batch}}
|
|
```
|
|
|
|
:::info
|
|
Multiple row binding is better in performance than single row binding, but it can only be used with `INSERT` statement while single row binding can be used for other SQL statements besides `INSERT`.
|
|
|
|
::: |