Hello -

Similar to the query I mentioned last time, it is of the form:

select col_a where col_a in ('value1', 'value2')

col_a in this case is of type text. The problem I'm having is that if the
in clause has more than 1 value in it, every row in the table is returned,
rather than just the rows that match the two values specified in the in
clause. Do you know what might be causing that?

Thanks,
Greg
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to