On 1/9/06, Matthew Peter <[EMAIL PROTECTED]> 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 ;) ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings