跳到主要内容
跳到主要内容

SQLInsert

输入输出别名

描述

INSERT INTO table (columns...) VALUES (...), (...) ...; 语句的序列输出数据。

示例用法

示例:

要读取此格式输出的数据,可以使用 MySQLDump 输入格式。

格式设置

设置描述默认值
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