questing using array - Mailing list pgsql-general

From Kevin Heflin
Subject questing using array
Date
Msg-id Pine.LNX.4.10.9910121320180.2584-100000@mercury.shreve.net
Whole thread Raw
Responses Re: [GENERAL] questing using array
Re: [GENERAL] questing using array
List pgsql-general
Just trying to get a handle on how to work with an array as a datatype.

For exampel I set up a table:

name    varchar (20),
ageids  int4[]


Made an INSERT like:

insert into TABLENAME (name, ageids) values ('test', '{1, 2, 3, 4}');


What I haven't been able to figure out is how to do a select where one of
the ageids = a particular number.


I'd like to do something like
select * from tablename where ( any ageids = 3 )

just don't know the syntax.. if this is even possible. Any suggestions
would be appreciated.


Kevin





--------------------------------------------------------------------
Kevin Heflin          | ShreveNet, Inc.      | Ph:318.222.2638 x103
VP/Production         | 333 Texas St #175    | FAX:318.221.6612
kheflin@shreve.net    | Shreveport, LA 71101 | http://www.shreve.net
--------------------------------------------------------------------


pgsql-general by date:

Previous
From: Moinak Ghosh
Date:
Subject: Increasing BLCKSZ in include/config.h
Next
From: Johann Höchtl
Date:
Subject: Stored Procedures