Jump to content

Order By Subquery


Pawn

Recommended Posts

Hiya. I have a statement similar to:

 

SELECT * FROM posts WHERE post_id NOT IN('121 84 376 20 3 94 1');

 

I'd like the "excluded" posts to be returned at the end of the results set, rather than skipped.

 

Pseudo code:

 

SELECT excluded = IN('121 84 376 20 3 94 1') ? 1 : 0
ORDER BY excluded ASC

 

Any pointers much appreciated.

Link to comment
https://forums.phpfreaks.com/topic/215854-order-by-subquery/
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.