replace_syntax.rst 271 B

12345678910111213
  1. .. _replace_syntax:
  2. REPLACE syntax
  3. --------------
  4. .. code-block:: none
  5. {INSERT | REPLACE} INTO index [(column, ...)]
  6. VALUES (value, ...)
  7. [, (...)]
  8. REPLACE syntax is identical to INSERT syntax and is described in :ref:`insert_and_replace_syntax`.