klauzula limitu MySQL ułatwia to:
SELECT cols
FROM table
LIMIT offset, rowcount
W Twoim przypadku:
LIMIT 49, 50 -- skip rows 0-49, grab the next 50
klauzula limitu MySQL ułatwia to:
SELECT cols
FROM table
LIMIT offset, rowcount
W Twoim przypadku:
LIMIT 49, 50 -- skip rows 0-49, grab the next 50