On 1/9/06, Matthew Peter <survivedsushi@xxxxxxxxx> wrote: > is using IN to query a list of values in an function supported? or is there > a work around for this type of query? > > e.g. > ... > SELECT * FROM tbl WHERE u_id IN (0$1) > > $$ LANGUAGE SQL; > if you mean SELECT * FROM tbl WHERE u_id IN (0, 1) then yes -- regards, Jaime Casanova (DBA: DataBase Aniquilator ;)