19 lines
440 B
Markdown
19 lines
440 B
Markdown
---
|
|
title: Group data in InfluxDB with Flux
|
|
list_title: Group
|
|
description: >
|
|
Use the [`group()` function](/flux/v0/stdlib/universe/group)
|
|
to group data with common values in specific columns.
|
|
influxdb/cloud/tags: [group]
|
|
menu:
|
|
influxdb_cloud:
|
|
name: Group
|
|
parent: Query with Flux
|
|
weight: 202
|
|
related:
|
|
- /flux/v0/stdlib/universe/group
|
|
- /flux/v0/stdlib/experimental/group
|
|
list_query_example: group
|
|
---
|
|
|
|
{{< duplicate-oss >}} |