cancel
Showing results for 
Search instead for 
Did you mean: 

Does Hana support feature similar to NLSSORT?

Former Member
0 Kudos
Hi,

I can use the following query in Oracle. It will order by the result using the national rules of the given linguistic definition.

select * from testtable order by NLSSORT(testcolumn, 'NLS_SORT=some_linguistic_definition') ASC;

Is there similar feature in SAP Hana? Thank you

Accepted Solutions (1)

Accepted Solutions (1)

lbreddemann
Active Contributor
0 Kudos

Nope, currently (SPS 10) SAP HANA doesn't support arbitrary sorting collations/locales.

- Lars

Answers (0)