Forum Moderators: coopster
I want to list out products so the products with picure comes first and at the same time the products updated last should come first out of them as well.
I tried with this:
ORDER BY prod_changed desc, picname
But when a product with nopic is updated it comes first.
Any ideas...I'm stuck...