Hi,

For aggregation queries, ORDER BY can order by any column. Here is the
documentation for Druid SQL Order By:

The ORDER BY clause refers to columns that are present after execution of
GROUP BY. It can be used to order the results based on either grouping
expressions or aggregated values. ORDER BY can refer to an expression or a
select clause ordinal position (like ORDER BY 2 to order by the second
selected column). For non-aggregation queries, ORDER BY can only order by
the __time column. For aggregation queries, ORDER BY can order by any
column [1].

[1] http://druid.io/docs/latest/querying/sql

Kind Regards,
Furkan KAMACI

On Tue, Mar 5, 2019 at 5:55 AM puttbr...@gmail.com <puttbr...@gmail.com>
wrote:

> Will there ever be support within druid to order by a specific dimension
> other than the __time field for select queries?
>
> For example, I may run a select query and specify an order by a particular
> dimension. So SELECT * from table ORDER BY aStringDimension desc|asc
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
> For additional commands, e-mail: dev-h...@druid.apache.org
>
>

Reply via email to