Thread: Is this an IN bug?

Is this an IN bug?

From
"Christopher Kings-Lynne"
Date:
Is this a bug?

usa=# SELECT * FROM palm_buyers WHERE buyer_id=in('150',210) ;
ERROR:  Function 'in(unknown, int4)' does not exist       Unable to identify a function that satisfies the given
argument
types       You may need to add explicit typecasts

Chris