need explanation for this MySQL query .

Posted by Sachindra on Stack Overflow See other posts from Stack Overflow or by Sachindra
Published on 2010-03-16T10:54:14Z Indexed on 2010/03/16 10:56 UTC
Read the original article Hit count: 195

Filed under:

I just came across this database query and wonder what exactly this query does..Please clarify ..

select * from tablename order by priority='High' DESC, priority='Medium' DESC, priority='Low" DESC;

© Stack Overflow or respective owner

Related posts about mysql-query