added query playbook
This commit is contained in:
parent
23aa9e4e2f
commit
fe04aaba31
6
.sqlite_queries/-- SQLite.sql
Normal file
6
.sqlite_queries/-- SQLite.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-- SQLite
|
||||||
|
-- SELECT * FROM Auths;
|
||||||
|
-- DELETE FROM Auths WHERE `token` = "[object Object]";
|
||||||
|
-- SELECT * FROM Posts;
|
||||||
|
DELETE FROM Auths WHERE true;
|
||||||
|
DELETE FROM Users WHERE true;
|
||||||
Loading…
x
Reference in New Issue
Block a user