Hallo
Ist es jedoch möglich "unendlich" Einträge gleichzeitig anzuzeigen und nur anzugeben wo die Anzeige beginnen soll?
das steht im Handbuch:
<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:
SELECT * FROM tbl LIMIT 95,18446744073709551615;
</zitat>
Siehe auch diesen Beitrag von dedlfix :-)
Freundliche Grüße
Vinzenz