Closed
Description
SQLite's update
statement supports an OR REPLACE
clause.
UPDATE OR REPLACE t SET n = n+1;
See: https://www.sqlite.org/lang_update.html
Initially reported in sqlpage/SQLPage#695
Metadata
Metadata
Assignees
Labels
No labels
SQLite's update
statement supports an OR REPLACE
clause.
UPDATE OR REPLACE t SET n = n+1;
See: https://www.sqlite.org/lang_update.html
Initially reported in sqlpage/SQLPage#695