ok. here is my mysql's table structure
i want to select rows from
vbArticles
as im the admin my usergroup is 6
look at the table
vbCat
cID-2 & 4 doesn't hav permission for usergroups-6
now look at table:
vbArticles
row
id-2,3,4,6 is under
cID 2 & 4 (but see, i dont hav permission for them)
so they will be not selected
the query will select only
others (id-1,5)
thats what i want