5 lines
77 B
MySQL
5 lines
77 B
MySQL
|
INSERT INTO sidx_blob(blake3, n_bytes)
|
||
|
VALUES
|
||
|
(?, ?)
|
||
|
ON CONFLICT DO NOTHING;
|