select - Mailing list pgsql-novice

From cristi
Subject select
Date
Msg-id 009401c2e6d9$b13aaee0$72c8a8c0@dmhi.ct.ro
Whole thread Raw
Responses Re: select
List 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 = ????????





pgsql-novice by date:

Previous
From: brew@theMode.com
Date:
Subject: Re: Pgaccess doesn't connect
Next
From: Alexander Pucher
Date:
Subject: Sum of two rows