mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #12325 from albundy83/patch-1
Fix error in InfluxDB query
This commit is contained in:
@@ -188,7 +188,7 @@ queries via the Dashboard menu / Annotations view.
|
|||||||
An example query:
|
An example query:
|
||||||
|
|
||||||
```SQL
|
```SQL
|
||||||
SELECT title, description from events WHERE $timeFilter order asc
|
SELECT title, description from events WHERE $timeFilter ORDER BY time ASC
|
||||||
```
|
```
|
||||||
|
|
||||||
For InfluxDB you need to enter a query like in the above example. You need to have the ```where $timeFilter```
|
For InfluxDB you need to enter a query like in the above example. You need to have the ```where $timeFilter```
|
||||||
|
|||||||
Reference in New Issue
Block a user