Thomas Luethi: Einseitiges Limit

Beitrag lesen

Hallo,

LIMIT 0,6

Wie aber stelle ich jetzt "7 bis unendlich" ein?

RTFM: http://www.mysql.com/doc/en/SELECT.html#IDX1444
"SELECT * FROM table LIMIT 95,-1; # Retrieve rows 96-last."

Bei Dir also:
LIMIT 7, -1

HTH, Gruesse,

Thomas