docs(): added whats new in 2.6 article

This commit is contained in:
Torkel Ödegaard
2015-12-14 15:15:56 +01:00
parent f5eb54e595
commit e334107c7d
3 changed files with 120 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ SELECT derivative(mean("value"), 10s) /10 AS "REQ/s" FROM ....
#### Select multiple fields
Use the plus button and select Field > field to add another SELECT clause. You can also
specify a `asterix` to select all fields.
specify an asterix `*` to select all fields.
### Group By
To group by a tag click the plus icon at the end of the GROUP BY row. Pick a tag from the dropdown that appears.