User : maxbond
- Created: 1514658182
- Karma: 7940
- max.o.bond@gmail.com
I will only see your email if you include "Hacker News" in the subject line.
Most strong disagreements are a minor disagreement wrapped in a misunderstanding.We should be careful of each other We should be kind While there is still time "The Mower" Philip Larkin
SQL quines:
-- Postgres select current_query(); -- SQLite CREATE TABLE "select sql || ';' || tbl_name from sqlite_schema;" (a);select sql || ';' || tbl_name from sqlite_schema;