REPLACE syntaxΒΆ
{INSERT | REPLACE} INTO index [(column, ...)]
VALUES (value, ...)
[, (...)]
REPLACE syntax is identical to INSERT syntax and is described in INSERT and REPLACE syntax.
{INSERT | REPLACE} INTO index [(column, ...)]
VALUES (value, ...)
[, (...)]
REPLACE syntax is identical to INSERT syntax and is described in INSERT and REPLACE syntax.