View All Store Fronts
The Storefront Directory is a directory specifically for those who are running storefronts.
Browse through the directory to view the different items our registered members are selling.
|
|
SELECT id,AVG(mark) as rating,COUNT(mark) as reviewcount, country, state
FROM radbids_users
LEFT JOIN radbids_reviews ON radbids_reviews.user=radbids_users.id
WHERE id>100 AND storefront=1
GROUP BY id
Unknown column 'radbids_reviews.user' in 'on clause'
|