microsoft/Kusto-Query-Language

Support for Natural Sort

Closed this issue · 3 comments

Currently, string ordering is limited to alphabetical sorting, which works for many use cases. However, to cover a broader range of scenarios, it would be helpful to implement natural sorting, similar to what is available in PostgreSQL and MariaDB. This would ensure correct sorting for mixed alphanumeric strings.

Thank you @mattwar

Yishay - can you provide concrete example for the use-case?