Jump to content

Arbitrary sort?


michaellunsford

Recommended Posts

Imagine searching for a product. I want to see all "HP" brand products first, but after all the HP stuff, the other brands shouldn't be put in any particular order.

I'm thinking it would be equivalent to two separate queries: one with `field`='arbitrary_value' and the next `field` != 'arbitrary_value'. Writing two separate queries into the php page would be a pretty dramatic code rewrite, though. Is there a MySQL way to do it?

Thanks!
Link to comment
https://forums.phpfreaks.com/topic/33905-arbitrary-sort/
Share on other sites

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.