Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/05/2007, 15:16
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Query Dinamico

Usa IN

Código:
SELECT * FROM `tabla` WHERE `Pais` IN ( 'pais1', 'pais2', 'pais3', ....., 'paisn' )