1: 2: 3: 4: 5: 6:
SELECT * FROM org o, categories_members cm WHERE o.site_id = 1 and o.status = 1 and o.org_id = cm.org_id and cm.category_id = 19