Table contained 0 rows
SELECT tagnames.entity,
tagnames.name,
tagrels.index
FROM (tagrels
JOIN tagnames ON ((tagnames."ID" = tagrels.name)));