Merge pull request #2017 from haxtibal/bugfix/group_key_typo

Fix minor typo in "Group keys"
pull/2022/head
kelseiv 2020-12-28 10:19:19 -08:00 committed by GitHub
commit 508a962274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ If you're just getting started with Flux queries, check out the following:
- [Execute queries](/influxdb/v2.0/query-data/execute-queries/) to discover a variety of ways to run your queries.
## Group keys
Every table has a **group key** a list of columns which for which every row in the table has the same value.
Every table has a **group key** a list of columns for which every row in the table has the same value.
###### Example group key
```js