Skip to main content
Skip to main content

SQLInsert

InputOutputAlias

Description

Outputs data as a sequence of INSERT INTO table (columns...) VALUES (...), (...) ...; statements.

Example Usage

Example:

To read data output by this format you can use MySQLDump input format.

Format Settings

SettingDescriptionDefault
output_format_sql_insert_max_batch_sizeThe maximum number of rows in one INSERT statement.65505
output_format_sql_insert_table_nameThe name of the table in the output INSERT query.'table'
output_format_sql_insert_include_column_namesInclude column names in INSERT query.true
output_format_sql_insert_use_replaceUse REPLACE statement instead of INSERT.false
output_format_sql_insert_quote_namesQuote column names with "`" characters.true