Alphanumeric ORDER BY
Please add support of alpha numeric ORDER BY of text values. A good sample you will find here: http://www.davekoelle.com/alphanum.html
Without this feature is impossible to made a paging (skip, take) of for example file names.

Thanks for your feedback.
While we understand the problem, we have no plans at this stage. If you could share more details on your scenario?
Thank you,
Guy.
1 comment
-
Steffen Mangold commented
Scenario is simple, you have a huge table (millions of rows) with for example names, products or serial number and you want to page them in a human readable order. By now there is no way without query all rows and order them in code.