select a.clientname, c.catlabel
from clientsegueads a product_adcategories b product_categories c
WHERE b.catid
IN (select c.catid from product_categories where c.cadid = "493")
LIMIT 3;
clientsegueads
----------------------
cadid
clientname
product_adcategories (bridge table)
--------------------------------
cadid
cat_id
product_categories
----------------------------
cat_id
cat_label
any clues what im donig wrong ?