Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2005, 12:51
MartinTandil
 
Fecha de Ingreso: marzo-2005
Mensajes: 163
Antigüedad: 19 años, 2 meses
Puntos: 0
prueba rapido hacer esto:

$final = $inicial + $cantidad;
SELECT RUT, NOMBRE, APELLIDO_PATERNO, APELLIDO_MATERNO
FROM USUARIOS_CLIENTES
WHERE ACTIVA=2
AND ROWNUM >= $inicial
AND ROWNUM <= $final

Fijate si anda.
Suerte