GROUP BY IDhttp://softtime.ru/forumGROUP BY IDhttp://softtime.ru/forum/read.php?id_forum=3&id_theme=81107#post483007SELECT *, (total_votes+total_value)/2 AS srednee, score.* FROM score LEFT JOIN listings ON listings.id = score.id where make LIKE '".$sort."%' GROUP...GROUP BY IDThu, 9 Jun 2011 18:38:10 +0300ИльдарGROUP BY IDhttp://softtime.ru/forum/read.php?id_forum=3&id_theme=81107#post483006Есть запрос SELECT *, (total_votes+total_value)/2 AS srednee, score.* FROM score LEFT JOIN listings ON listings.id = score.id where make LIKE...GROUP BY IDThu, 9 Jun 2011 18:19:33 +0300oli