searching array

From: Matthew Peter <survivedsushi(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: searching array
Date: 2005-10-16 20:04:53
Message-ID: 20051016200453.18861.qmail@web35210.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Travers 2005-10-16 20:11:04 Re: PostgreSQL Gotchas
Previous Message Brent Wood 2005-10-16 19:56:53 Re: graphs in PostgreSQL