Date: 10/13/00
- Next message: Marcin Miszczak: "[PHP-DB] php CTO needed"
- Previous message: Todd Cary: "[PHP-DB] Clearing all variables"
- In reply to: Tom: "[PHP-DB] php and sybase"
- Next in thread: Ermanno Iannacci: "Re: [PHP-DB] A Query question..."
- Reply: Ermanno Iannacci: "Re: [PHP-DB] A Query question..."
- Reply: Jayme Jeffman Filho: "Re: [PHP-DB] A Query question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Marcin Miszczak: "[PHP-DB] php CTO needed"
- Previous message: Todd Cary: "[PHP-DB] Clearing all variables"
- In reply to: Tom: "[PHP-DB] php and sybase"
- Next in thread: Ermanno Iannacci: "Re: [PHP-DB] A Query question..."
- Reply: Ermanno Iannacci: "Re: [PHP-DB] A Query question..."
- Reply: Jayme Jeffman Filho: "Re: [PHP-DB] A Query question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

