SQLInsert
Input | Output | Alias |
---|---|---|
✗ | ✔ |
説明
データを INSERT INTO table (columns...) VALUES (...), (...) ...;
ステートメントのシーケンスとして出力します。
使用例
例:
このフォーマットで出力されたデータを読むには、MySQLDump 入力フォーマットを使用できます。
フォーマット設定
設定 | 説明 | デフォルト |
---|---|---|
output_format_sql_insert_max_batch_size | 1つの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 | INSERTの代わりにREPLACEステートメントを使用。 | false |
output_format_sql_insert_quote_names | カラム名を「`」文字で引用符で囲む。 | true |