Closed lovasoa closed 1 week ago
SQLite's update statement supports an OR REPLACE clause.
update
OR REPLACE
UPDATE OR REPLACE t SET n = n+1;
See: https://www.sqlite.org/lang_update.html
Initially reported in https://github.com/sqlpage/SQLPage/discussions/695
SQLite's
update
statement supports anOR REPLACE
clause.See: https://www.sqlite.org/lang_update.html
Initially reported in https://github.com/sqlpage/SQLPage/discussions/695