removed unnessary anchors

pull/1387/head
Scott Anderson 2020-08-21 16:58:16 -06:00
parent 4be0bdd968
commit 39155c2c45
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ This article outlines many of the tasks possible with Flux but not InfluxQL and
- [Math across measurements](#math-across-measurements) - [Math across measurements](#math-across-measurements)
- [Sort by tags](#sort-by-tags) - [Sort by tags](#sort-by-tags)
- [Group by any column](#group-by-any-column) - [Group by any column](#group-by-any-column)
- [Window by calendar months and years](#window-by-calendar-months-and-years)
- [Work with multiple data sources](#work-with-multiple-data-sources) - [Work with multiple data sources](#work-with-multiple-data-sources)
- [DatePart-like queries](#datepart-like-queries) - [DatePart-like queries](#datepart-like-queries)
- [Pivot](#pivot) - [Pivot](#pivot)
@ -29,7 +28,6 @@ This article outlines many of the tasks possible with Flux but not InfluxQL and
- [Covariance](#covariance) - [Covariance](#covariance)
- [Cast booleans to integers](#cast-booleans-to-integers) - [Cast booleans to integers](#cast-booleans-to-integers)
- [String manipulation and data shaping](#string-manipulation-and-data-shaping) - [String manipulation and data shaping](#string-manipulation-and-data-shaping)
- [Work with geo-temporal data](#work-with-geo-temporal-data)
### Joins ### Joins
InfluxQL has never supported joins. They can be accomplished using [TICKscript](/kapacitor/latest/tick/introduction/), InfluxQL has never supported joins. They can be accomplished using [TICKscript](/kapacitor/latest/tick/introduction/),