See what listeners have to say about this artist:
could not query for reviews
select distinct a.*, b.city, b.country from ss_reviews as a LEFT OUTER JOIN ss_voters as b ON a.email=b.email WHERE artist_name = 'Alan Tam' and status = 'V' ORDER BY artist_name, review_date desc, review_time desc LIMIT 6
Got error 28 from table handler