MySQL Forums
Forum List  »  Perl

Re: querying comma seperated values in a db field?
Posted by: Stephen Madison
Date: September 28, 2006 03:29PM

sure. If the $dbins_fd_ref equates to 'bones_bearings' then it needs to match:

bones_bearings OR
bones_bearings,skateboard_bearings,cheap_bearings OR
cheap_skateboard_bearings,bones_bearings,cheap_bearings

Basically, it needs to return true if the string that $dbins_fd_ref equates to is found in the comma separated list in any order.

Thank you for your input.

Options: ReplyQuote


Subject
Written By
Posted
Re: querying comma seperated values in a db field?
September 28, 2006 03:29PM


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.