INSERT_DATA_ONCE
Syntax
SET INSERT_DATA_ONCE record;
Description
Skips (that is, bypasses importing) the specified record if there is already one or more rows in the table corresponding to that record. If the table is empty, only a single row is inserted.
Parameters
IMPORT, REPLACE_ALL, and REPLACE_DATA.