maxbond
has 7939 karma and joined 8 years ago
has 7939 karma and joined 8 years ago
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
Most strong disagreements are a minor disagreement wrapped in a misunderstanding.SQL quines:
-- Postgres
select current_query();
-- SQLite
CREATE TABLE "select sql || ';' || tbl_name from sqlite_schema;" (a);select sql || ';' || tbl_name from sqlite_schema;