SELECT average_rating, total_reviews, tbl_reviews.review_title, tbl_reviews.review_description, tbl_reviews.pros, tbl_reviews.cons, tbl_reviews.location, tbl_reviews.`name`, tbl_reviews.email, tbl_reviews.how_long_used, tbl_reviews.freq_used, tbl_reviews.review_rating, tbl_reviews.performance_rating, tbl_reviews.appearance_rating, tbl_reviews.value_rating, tbl_reviews.CommonBrandName, tbl_reviews.recommend, tbl_reviews.product_reviews_url, DATE_FORMAT(tbl_reviews.created, '%m-%d-%y') AS submitted FROM tbl_reviews_sku JOIN tbl_reviews ON (tbl_reviews_sku.SKU = tbl_reviews.SKU) WHERE tbl_reviews.SKU = ? ORDER BY created DESC
Query execution was interrupted
Query execution was interrupted