```
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 :neocat_floof_mug: