Created
July 2, 2014 21:30
-
-
Save ieure/013445d447b7d9ca7b8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lmao=# CREATE TABLE "DELETE * FROM users" ("TRUNCATE TABLE" TEXT NOT NULL, "DROP DATABASE" TEXT NOT NULL); | |
lmao=# INSERT INTO "DELETE * FROM users" ("TRUNCATE TABLE", "DROP DATABASE") VALUES ('lol', 'wtf'); | |
lmao=# SELECT * FROM "DELETE * FROM users"; | |
TRUNCATE TABLE | DROP DATABASE | |
----------------+--------------- | |
lol | wtf | |
(1 row) | |
lmao=# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment