TDengine/docs/en/07-develop/03-insert-data/_c_stmt.mdx
2022-06-13 15:32:44 +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}}
```