Browse Source

Merge pull request #12325 from albundy83/patch-1

Fix error in InfluxDB query
Carl Bergquist 7 years ago
parent
commit
e17944db15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/features/datasources/influxdb.md

+ 1 - 1
docs/sources/features/datasources/influxdb.md

@@ -188,7 +188,7 @@ queries via the Dashboard menu / Annotations view.
 An example query:
 
 ```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```