max.o.bond@gmail.com
I will only see your email if you include "Hacker News" in the subject line.
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;