Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/07/2013, 09:51
leonardo_josue
Colaborador
 
Fecha de Ingreso: enero-2007
Ubicación: México
Mensajes: 2.097
Antigüedad: 17 años, 4 meses
Puntos: 447
Respuesta: mostrar resultados de una determinada id hasta el final

Hola protoameeba:

Del manual de referencia:

http://dev.mysql.com/doc/refman/5.5/en/select.html

Cita:
To retrieve all rows from a certain offset up to the end of the result set, you can use some large number for the second parameter. This statement retrieves all rows from the 96th row to the last:

SELECT * FROM tbl LIMIT 95,18446744073709551615;
Saludos
Leo.