docs-v2/content/influxdb3/enterprise/reference/influxql/offset-and-soffset.md

790 B

title description menu weight list_code_example source
OFFSET and SOFFSET clauses Use `OFFSET` to specify the number of [rows](/influxdb3/enterprise/reference/glossary/#series) to skip in each InfluxQL group before returning results. Use `SOFFSET` to specify the number of [series](/influxdb3/enterprise/reference/glossary/#series) to skip before returning results.
influxdb3_enterprise
name parent
OFFSET and SOFFSET clauses influxql-reference
207 ```sql SELECT_clause FROM_clause [WHERE_clause] [GROUP_BY_clause] [ORDER_BY_clause] [LIMIT_clause] OFFSET row_N [SLIMIT_clause] SOFFSET series_N ``` /shared/influxql-v3-reference/offset-and-soffset.md