Re: [PHP-DB] A Query question... From: Jayme Jeffman Filho (jjeffmanweb <email protected>)
Date: 10/14/00

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>