<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>ESO ERA TODO "in (.....)", que increíble : no lo 
recordaba!!!!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Gracias Sebas, ahora si alguien tiene una manera 
diferente, será bienvenida para ampliar conocimiento !!!</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=dumbomalo@yahoo.com.ar 
  href="mailto:dumbomalo@yahoo.com.ar">"Sebastián V. Würtz"</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=usuarios@mysql-hispano.org 
  href="mailto:usuarios@mysql-hispano.org">MySQL Hispano</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, January 05, 2008 5:28 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [MySQL Hispano] Una consulta 
  corta</DIV>
  <DIV><BR></DIV>RhComSer escribió: 
  <BLOCKQUOTE cite=mid:BAY102-DAV4AB3986CCBD981CFCC564D04D0@phx.gbl 
    type="cite"><META content="MSHTML 6.00.2900.2180" name=GENERATOR>
    <STYLE></STYLE>

    <DIV><FONT face=Arial size=2>
    <DIV><FONT face=Arial size=2>Hola a todos, quisiera aprovecharme de la 
    experiencia de ustedes para saber de qué manera puedo hacer una consulta 
    (query) lo más corta posible para que me retorne una lista con las 
    "facturas" que necesito.&nbsp; Tengo un campo "factura" que es numérico y 
    100 facturas en la tabla que van de la 1 a la 100, pero necesito ver sólo 
    las facturas: 15 - 22 - 23 - 24 - 26 - 32 y 33, p.e.j.</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Me pueden ayudar con una consulta realmente 
    corta?&nbsp;&nbsp;&nbsp; </FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Gracias!!</FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>Rhoy Chaves Alvarado<BR><A href="" 
    moz-do-not-send="true">rhcomser@hotmail.com</A></FONT></DIV></FONT></DIV><PRE wrap=""><HR width="90%" SIZE=4>
_______________________________________________
Usuarios mailing list
<A class=moz-txt-link-abbreviated href="mailto:Usuarios@mysql-hispano.org">Usuarios@mysql-hispano.org</A>
<A class=moz-txt-link-freetext href="http://lists.mysql-hispano.org/mailman/listinfo/usuarios">http://lists.mysql-hispano.org/mailman/listinfo/usuarios</A>
  </PRE></BLOCKQUOTE>select * from tabla where id_factura in (<FONT face=Arial 
  size=2><FONT face=Arial size=2>15, 22, 23,24 etc)<BR><BR>si es eso que 
  quieres<BR></FONT></FONT>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Usuarios mailing 
  list<BR>Usuarios@mysql-hispano.org<BR>http://lists.mysql-hispano.org/mailman/listinfo/usuarios<BR></BLOCKQUOTE></BODY></HTML>