|
 |
 |
 |
| |
Warning: mysqli::query(): (HY000/1030): Got error 28 from storage engine in /lb-data/dev.letsbeef.com/httpdocs/db_defines.php on line 193
Error SQL: select listened,pID, pDescription, user.username, sum(tracks_votes.rating)/count(DISTINCT votedUserID) as avgRating
FROM products
INNER JOIN tracks_votes ON products.pID=tracks_votes.beatID
INNER JOIN user ON products.userID=user.userid
where products.listened>10
AND user.crewID='1226'
group by products.pID
order by avgRating desc
limit 10
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /lb-data/dev.letsbeef.com/httpdocs/db_defines.php on line 197 No tracks yet.
|
|
 |
 |
 |
|
|