Extracting first n rows from a table

How do I extract the first n number of rows from a table?

Use the PageSize parameter to specify how many records you want to receive.

Thanks Mark.

Can you give me an example of its usage?

Sure. Do you need it for REST, Android, iOS, JavaScript, .NET or ActionScript?

Android

See this post:https://backendless.com/feature-17-data-paging-or-how-to-efficiently-load-large-data-sets-in-a-mobile-app/

Thank you once again Mark. :slight_smile: