MySQL Forums
Forum List  »  General

Re: Searching on a field from multiple rows matching a groupId
Posted by: Jerry Malcolm
Date: May 21, 2019 10:40AM

Thanks for the quick response, Peter. COLX is simply a char field that can contain a string of characters which may or may not include the strings "abc" and/or "xyz". I just left the quotes off the strings in the example.

NDX GROUPID COLX
1 1 "aaa bbb abc ccc"
2 1 "ddd eee fff"
3 1 "ggg xyz"
4 2 "abc hhh iii"
5 2 "jjj kkk"
6 2 "lll mmm"

Options: ReplyQuote




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.