Date: 10/14/00
- Next message: Jayme Jeffman Filho: "Re: [PHP-DB] SQL Connection"
- Previous message: Marc Bigler: "[PHP-DB] SYBASE using STORED PROCEDURES"
- In reply to: Javier Morquecho Morquecho: "[PHP-DB] A Query question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just as you suspect you have only to change from square brackets to
parentesis:
select * from Table where Field in (value1,value2,value3,...,value_n)
Jayme.
http://www.conex.com.br/jjeffman
-- 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: Jayme Jeffman Filho: "Re: [PHP-DB] SQL Connection"
- Previous message: Marc Bigler: "[PHP-DB] SYBASE using STORED PROCEDURES"
- In reply to: Javier Morquecho Morquecho: "[PHP-DB] A Query question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

