Without building up a dynamic query is it possible to:
create or replace function t1(a int[]) as$$...select * from t1 where c in a; // eg in spite of in (1,2,3);
or just obtain a similar effect?
-- Ivan Sergio Borgonovohttp://www.webthatworks.it