Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 523 Bytes

File metadata and controls

14 lines (13 loc) · 523 Bytes
title REPLACE
description The REPLACE command is an alias for the "INSERT OR REPLACE" variant of the INSERT command.
statement REPLACE INTO Artist (name) VALUES ('Taylor Swift');
customClass sqlite-doc
category reference
status publish

The REPLACE command is an alias for the "INSERT OR REPLACE" variant of the INSERT command. This alias is provided for compatibility other SQL database engines. See the INSERT command documentation for additional information.