May 2019
Intermediate to advanced
546 pages
12h 41m
English
This specifies the number of records that need to be skipped in the results of the query. This functionality can be used in paging functionalities, where a limited set of records are selected and displayed on a page or component (for example, show results 6 to 10):
SELECT Name FROM Account LIMIT 5 OFFSET 5
The query up here will return the respective set of data in different circumstances:
Read now
Unlock full access