Jump to content

Multi-table query problem


karldesign

Recommended Posts

I have two tables, tbl_places and tbl_places_ratings

 

The problem I have i this. I am trying to retrieve the highest rated places from the places table, using the ratings table.

 

However, there are multiple ratings for each place. ie: 1 place can have many ratings.

 

I want to calculate the rating total and then output the list ordered by rating high/low depending on my choice... any ideas?

Link to comment
https://forums.phpfreaks.com/topic/70170-multi-table-query-problem/
Share on other sites

I want to calculate the rating total and then output the list ordered by rating high/low depending on my choice... any ideas?

You can be more specific on this, what I understand is you want to sum the rankings of each id and order with that total.

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.