Hello, I am trying to query a table for all unique ID's that have an average of "10".
carrier_id rating ============= 34 10 36 8 30 9 34 10 My result should be carrier_id 34 as it is the only carrier with an average rating of 10. Any ideas? TIA. -Kevin --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php