Ver Mensaje Individual
  #8 (permalink)  
Antiguo 05/09/2002, 21:43
zeus_bsas
 
Fecha de Ingreso: junio-2002
Ubicación: Buenos Aires, Argentina
Mensajes: 876
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: ORDER BY x,y no me anda

Delante de los nicks? en sus valores? no.

esta es la SQL:
Código:
 	SQL="SELECT id, nick, nacimiento FROM usuarios"
	SQL=SQL&" WHERE (nacimiento <= '"& desde &"' AND nacimiento >= '"& hasta &"')"
	SQL=SQL&" ORDER BY nacimiento DESC, nick ASC"
	SQL=SQL&" LIMIT "&inicio&","&regXpag
<div align="center"><a href="http://www.amigosdeloeste.com/SITIO/index/index.asp" target="_blank"><img src="http://www.amigosdeloeste.com/SITIO/imagenes/logotipo1.gif" width="268" height="63" border="0"></a>
</div>