Einzelnen Beitrag anzeigen
  #31  
Alt 25.11.2005, 23:54:46
feuervogel feuervogel ist offline
SELFPHP Guru
 
Registriert seit: Jan 2004
Ort: Leipzig
Beiträge: 4.549
AW: Datenbankeinträge löschen nach 500 Zeilen

ich denke hier her:

Zitat:
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:

mysql> SELECT * FROM tbl LIMIT 95,18446744073709551615;
quelle: http://dev.mysql.com/doc/refman/4.1/en/select.html
Mit Zitat antworten