| 输入 | 输出 | 别名 |
|---|---|---|
| ✗ | ✔ |
说明
INSERT INTO table (columns...) VALUES (...), (...) ...; 语句的形式输出数据。
示例用法
格式设置
| 设置 | 说明 | 默认值 |
|---|---|---|
output_format_sql_insert_max_batch_size | 单个 INSERT 语句中的最大行数。 | 65505 |
output_format_sql_insert_table_name | 输出的 INSERT 查询中的表名。 | 'table' |
output_format_sql_insert_include_column_names | 在 INSERT 查询中包含列名。 | true |
output_format_sql_insert_use_replace | 使用 REPLACE 语句而不是 INSERT。 | false |
output_format_sql_insert_quote_names | 使用“`”字符引用列名。 | true |