546 B
546 B
title | list_title | description | menu | weight | list_code_example | source | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ORDER BY clause | ORDER BY clause | Use the `ORDER BY` clause to sort data by time in ascending or descending order. |
|
204 | ```sql SELECT_clause FROM_clause [WHERE_clause] [GROUP_BY_clause] ORDER BY time [DESC|ASC] ``` | /shared/influxql-v3-reference/order-by.md |