Jump to content

Ordering output when comparing items from 2 tables


Buchead

Recommended Posts

Hello,

Wondering if anyone can point me in the right direction. I have the following command:

"SELECT * FROM products_tree, products WHERE products_tree.sectionID = '$section' AND products.productID = products_tree.productID AND products.keywords LIKE '%$search%'"

It works ok. Checks the products_tree table for the given section number, and then retrieves the relevant data from products for the given productID and the keywords match the criteria. However I'd like to order the output by products.code as it's simply outputting in the order retrieve from the database.

I've added in an ORDER BY clause but that had no effect.

What am I doing wrong?

Thanks,

Clive.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.