Обсуждение: Is this an IN bug?

Поиск
Список
Период
Сортировка

Is this an IN bug?

От
"Christopher Kings-Lynne"
Дата:
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