REPLACE INTO

    Note

    Unlike INSERT INTO and , the queries UPSERT INTO and REPLACE INTO don’t need to pre-fetch the data, hence they run faster.

    • Example