Jump to content

[SOLVED] Two Order Bys?


Lamez

Recommended Posts

I am trying to create a mysql query with two order bys, and I am lost.

 

I want to order by the sticks first, then by the ids, and I am getting every forum topic sticky'ed, and locked.

 

here is my code:

 

<?php
$sql = "SELECT * FROM mb ORDER BY id AND sticky DESC";
$result = mysql_query($sql);
?>

Link to comment
https://forums.phpfreaks.com/topic/138980-solved-two-order-bys/
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.