REPLACE

REPLACE INTO Artist (name) VALUES ('Taylor Swift');
Loading console...

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.