[GENERAL] select from pipe-delimited field

2010-08-23 Thread san man
Hello all, I am trying to do a SELECT operation with a WHERE condition. However, the column with which I am trying to do the comparison has several values which are pipe-delimited. I want to return a match(true) if the WHERE condition matches any of the bar-delimited values. For example, SELECT

Re: [GENERAL] select from pipe-delimited field

2010-08-23 Thread san man
. Arjen's solution(haven't tried yet) looks better to me. -Neel On Mon, Aug 23, 2010 at 5:59 PM, Arjen Nienhuis a.g.nienh...@gmail.comwrote: On Tue, Aug 24, 2010 at 12:44 AM, san man neelakas...@gmail.com wrote: Hello all, I am trying to do a SELECT operation with a WHERE condition. However