MySQL Forums
Forum List  »  Newbie

Re: A select statement challenge
Posted by: Bob Field
Date: April 06, 2006 03:36PM

SELECT Style, group_concat(optioncode ORDER BY optioncode ASC) as OptionCodes
FROM Options
GROUP BY Style
HAVING OptionCodes = 'AAA,BBB,CCC,DDD';

Options: ReplyQuote


Subject
Written By
Posted
Re: A select statement challenge
April 06, 2006 03:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.