491 B
491 B
title | description | menu | weight | list_code_example | ||||||
---|---|---|---|---|---|---|---|---|---|---|
LIMIT and SLIMIT clauses | Use the `LIMIT` and `SLIMIT` clauses to limit the number of [points](/influxdb/cloud/reference/glossary/#point) and [series](/influxdb/cloud/reference/glossary/#series) returned in queries. |
|
305 | ```sql SELECT_clause FROM_clause [WHERE_clause] [GROUP_BY_clause] [ORDER_BY_clause] LIMIT <N> ``` |
{{< duplicate-oss >}}