Re: IN clause trouble

2003-11-26 Thread Victoria Reznichenko
"Kate Porter" <[EMAIL PROTECTED]> wrote: > I am using 4.0.15 on RedHat 7.3 and ran it to a strangest problem today. > > SELECT col FROM table WHERE site_id=123; > returns a list of data. > > SELECT col FROM table WHERE site_id IN(123); > returns an empty set. > > Upon further investigation, I f

IN clause trouble

2003-11-25 Thread Kate Porter
I am using 4.0.15 on RedHat 7.3 and ran it to a strangest problem today. SELECT col FROM table WHERE site_id=123; returns a list of data. SELECT col FROM table WHERE site_id IN(123); returns an empty set. Upon further investigation, I found cases when the IN() syntax gets a smaller subset of th