sidx/src/q/add-str.sql
SomeoneSerge 1ac96a4356 sql: name tables as Types, sample success optional
...and do not load blobs over 1M into memory
2025-05-09 04:05:20 +00:00

5 lines
57 B
SQL

INSERT INTO Str(str)
VALUES
(?)
ON CONFLICT DO NOTHING;