db icon indicating copy to clipboard operation
db copied to clipboard

Lexicographic sort

Open mcandre opened this issue 6 years ago • 0 comments

Hello, I want to perform a lexicographic ORDER BY in SQL via upper.io. In raw SQL, this is accomplished with ORDER BY LENGTH(<field>), <field>. However, upper.io's API does not appear to allow non-field inputs to the Collection OrderBy() method.

How can we improve the API to allow for fields to be sorted lexicographically for a more natural feel?

mcandre avatar Apr 16 '19 18:04 mcandre