Likes Received By hireme
-
imvain2 liked hireme's post in the thread Is there a better way to run this query?.
why not do that query into this: select distinct(category_id) from article_cats where category_id NOT IN (select category_id from...
Feb 28, 2010 -
CarbonLife liked hireme's post in the thread How could I connect those two loops?.
I think your query should be something like this: SELECT * FROM $tab[fam] a, $tab[mob] b WHERE a.uid=$uid AND b.fam=a.id ORDER BY id,...
Jan 24, 2010