Weirfire
Oct 12th 2005, 10:29 am
I've got a corker of a query that I'm trying to do. Not really sure whats the best way to go about this one but here's the description.
I want to select the number of elements from table A where;
the category field in table B = catx and has an id = idx which exists in table A as catid
Table A
id
catid
Table B
id
category
I want to select the number of elements from table A where;
the category field in table B = catx and has an id = idx which exists in table A as catid
Table A
id
catid
Table B
id
category