Getting count of items with more than x reviews For some reason I am having such an issue coming up with a query to
tell me the total number of items in one table that have more than X
numbers of reviews
2 Tables
Items & Reviews they both have item_id column (as index) Reviews
table has an account_id and review_text column
Can someone help me |