searching array - Mailing list pgsql-general

From Matthew Peter
Subject searching array
Date
Msg-id 20051016200453.18861.qmail@web35210.mail.mud.yahoo.com
Whole thread Raw
Responses Re: searching array  (Joe Conway <mail@joeconway.com>)
Re: searching array  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I was trying to search a array with a GTE to value and
it doesn't work. Is this supported? Or am I missing
something?

SELECT * FROM sal_emp WHERE 10000 >= ALL (pay_by_quarter);



__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

pgsql-general by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: PostgreSQL source inspection :)
Next
From: Chris Travers
Date:
Subject: Re: PostgreSQL Gotchas