Jump to content

SQL Help Please


Neroo

Recommended Posts

I'm currently creating my own Forum on my website and I need some help with my SQL query please.

 

 

$gettopic=$db->query("SELECT * FROM forum_topics WHERE forum='{$id}' ORDER BY pinned ASC, time DESC LIMIT 20");

 

 

When topics are pinned, their column goes to 1, so when there are pinned topics in that forum, they need to be at the top of the list while all other times need to be ordered by their time.

Link to comment
https://forums.phpfreaks.com/topic/280624-sql-help-please/
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.