Hello everybody,
I don't know how to divide the result of my SELECT query into pages.
For example - I have a table named "myTable". It includes 100 records. I want to create 10 pages, each one includes 10 records.
I think the query should look like that:
But when I'm running the query, it shows me only 10 records.
What shall I do to divide my query into pages?
Thank you...
