mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-02-12 11:58:34 +00:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
PRAGMA secure_delete = 0
|
|
DELETE FROM t1 WHERE rowid = 1
|
|
PRAGMA secure_delete = 1
|
|
DELETE FROM t1 WHERE rowid = 1
|
|
DELETE FROM t1 WHERE rowid>850
|