The only thing I know to do currently is to group by all of the columns in your select list. Once I do that it let's me sort on a non-__time field.
Technically this may be a similar task for the engine that a sort would entail anyway ...
👍 1
l
Laksh Singla
03/20/2023, 9:15 AM
If you want to order by on any column, then you can use the MSQ engine to run the query, that doesn’t have the limitation on ordering by __time only.