Tim Mousel
Fri 26th Jul '02, 2:59pm
Here is my query:
select products_id from products_to_categories where categories_id = 25
That gives me a list of 200 products_id. How do I then run a query on another table (products) to match products.products_id with the results of the query above?
Thanks,
Tim
select products_id from products_to_categories where categories_id = 25
That gives me a list of 200 products_id. How do I then run a query on another table (products) to match products.products_id with the results of the query above?
Thanks,
Tim