Hash Join (cost=1.24..2.40 rows=1 width=568) |
Hash Cond: (f.id = ftr.faq_id) |
-> Seq Scan on tbl_faqs f (cost=0.00..1.12 rows=12 width=568) |
-> Hash (cost=1.23..1.23 rows=1 width=4) |
-> Seq Scan on tbl_faq_tag_relationships ftr (cost=0.00..1.23 rows=1 width=4) |
Filter: (tag_id = 5) |