TDengine/docs/en/08-develop/03-insert-data/_c_stmt.mdx
2024-08-12 14:02:40 +08:00

6 lines
No EOL
170 B
Text

```c title=Single Row Binding
{{#include docs/examples/c/stmt_example.c}}
```
```c title=Multiple Row Binding 72:117
{{#include docs/examples/c/multi_bind_example.c}}
```