select

From: "cristi" <cristi(at)dmhi(dot)ct(dot)ro>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: select
Date: 2003-03-10 07:50:16
Message-ID: 009401c2e6d9$b13aaee0$72c8a8c0@dmhi.ct.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have an integer vector: 101,105,120... and a table with an integer field
named "cod" .
I want to select the records who contains in field named "cod" one of the
vector values.
How can I do that?

select * from table_name where cod = ????????

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Manfred Koizar 2003-03-10 09:25:27 Re: Sum of two rows
Previous Message brew 2003-03-10 00:06:16 Re: Pgaccess doesn't connect