Hello
2008/10/12 Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>:
> I don't see that working using arrays here. Can you elaborate please ?
>
select * from foo where a = any ($1)
postgres=# select 1 = any(array[1,2,3]);
?column?
----------
t
(1 row)
regards
Pavel Stehule