Hello I am trying the following:
a INTEGER[] := ''{10,15,20}'';
b INTEGER := 15;
flag BOOLEAN := FALSE;

SELECT b IN (a) INTO flag; !!! does not work

Is it legal to expect the array to be interpret as
list of integers which IN expression takes ?

Best Regards
Emil kafegiiski



                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to