REPLACE syntaxΒΆ
{INSERT | REPLACE} INTO index [(column, ...)]
VALUES (value, ...)
[, (...)]
REPLACE syntax is identical to INSERT syntax and is described in INSERT and REPLACE syntax.
This is an old version of the documentation.
Or just close this box to continue with this one
{INSERT | REPLACE} INTO index [(column, ...)]
VALUES (value, ...)
[, (...)]
REPLACE syntax is identical to INSERT syntax and is described in INSERT and REPLACE syntax.