Inserting & Loading Data
The `INSERT` statement is the primary SQL statement for adding data into a table in MariaDB
Concurrent InsertsIGNOREINSERT - Default & Duplicate ValuesINSERT DELAYEDINSERT IGNOREINSERT ON DUPLICATE KEY UPDATEINSERT SELECTINSERTINSERT...RETURNINGLOAD Data into Tables or Index
Last updated
Was this helpful?