[PHP-DB] A Query question... From: Javier Morquecho Morquecho (jmorquec <email protected>)
Date: 10/13/00

Hi...

        May be my question is so easy, but I can't find the solution....I'm using a
big query, I'm looking for several data in just one field, some like :

select * from clientes where min_c="1234" or min_c="4567" or
min_c="8901".....and so....

        are there something like this ? :
select * from clientes where min_c is in ["1234", "4567",
"8901".....,"xxxx"]

        Any idea ??....

Thanks in advance.....

PD: I'm using PostgreSQL...

Ing. J <email protected> Morquecho Morquecho
Cedetel
Desarrollo de proyectos comerciales
Tel : 177-10-87
Cel : 177-00-87
e-mail : jmorquec <email protected>
e-movil : 5281770087 <email protected>
Home Cedetel : http://www.cedetel.com.mx

"#define QUESTION ((bb) || !(bb)) // Shakespeare"

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>