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