docs-v2/content/influxdb/cloud/query-data/influxql/explore-data/offset-and-soffset.md

689 B

title description menu weight list_code_example source
OFFSET and SOFFSET clauses Use the `OFFSET` and `SOFFSET` clauses to paginate [points](/influxdb/cloud/reference/glossary/#point) and [series](/influxdb/cloud/reference/glossary/#series).
influxdb_cloud
name parent
OFFSET and SOFFSET clauses Explore data
306 ```sql SELECT_clause FROM_clause [WHERE_clause] [GROUP_BY_clause] [ORDER_BY_clause] LIMIT_clause OFFSET <N> [SLIMIT_clause] ``` /shared/influxdb-v2/query-data/influxql/explore-data/offset-and-soffset.md