Good evening,
For example, the user enters the first page, and from the table receives 20 records, goes to the second page and receives the next 20 records. itd do on every page?
LIMIT 0, 20
LIMIT 20, 40 LIMIT 40, 60
Question: How is it easier and usually implemented.
where key > x. so it works much faster, but of course more fuss to do it - Mike