<iced-quinn/> on Nostr: ``` sqlite> select id,name,'table' from (select id, name, 'spells' as 'table' from ...
```
sqlite> select id,name,'table' from (select id, name, 'spells' as 'table' from spells union select id, name, 'npc' as 'table' from npc) where id=3242092362354582953;
3242092362354582953|Paul Soupman|table
```
SQL is a very reasonable language
Published at
2023-08-31 01:47:12Event JSON
{
"id": "73b99015607b4f9434c73d25b6bcc19a523d8281ad6c304168e89cfbc6b168e8",
"pubkey": "49f3a746c8d602bb57f2fbcbcec59910fc8742b2c71c4609b3091709fc2a2375",
"created_at": 1693446432,
"kind": 1,
"tags": [
[
"emoji",
"neocat_floof_mug",
"https://blob.cat/emoji/neocat/neocat_floof_mug.png"
],
[
"proxy",
"https://blob.cat/objects/8b3e491a-5774-47b4-9ba5-a16d3ef98506",
"activitypub"
]
],
"content": "```\nsqlite\u003e select id,name,'table' from (select id, name, 'spells' as 'table' from spells union select id, name, 'npc' as 'table' from npc) where id=3242092362354582953;\n3242092362354582953|Paul Soupman|table\n```\n\nSQL is a very reasonable language :neocat_floof_mug:",
"sig": "cde286e7e3582c45776dc235d07314a9a56c10b28875c50cd52d9267a83d9774c2eb3461a44b53bf1fc6a96a610648bd49085230b1c8f8102d065e6695f8b475"
}