undefined-user-ctrl

Results 2 comments of undefined-user-ctrl

By the way, in my scenario its a Count. If in the query the expression recieve an alias, it can be used in sort: Original: SELECT B, (SELECT COUNT(A) FROM...

In my case, i was able to use by sorting from column position (Count value). query.sortedBy(x-> 2);