Jump to content

Limit Results by Field - php mysql


Leosan

Recommended Posts

I am writing a forum system, and I am working on the new posts portion. Everything is working fine but it lists multiple "duplicate" topic rows when a topic as 2 or more new posts.

 

What I want to do is basically limit the sql to prevent a row being outputted if the field topic_id is duplicate.

 

e.g I want to cut

 

topic_id 3

topic_id 2

topic_id 2

topic_id 1

 

to

 

 

topic_id 3

topic_id 2

topic_id 1

Link to comment
https://forums.phpfreaks.com/topic/227787-limit-results-by-field-php-mysql/
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.