I want to order a resultset. The columns which i want to use for ordering contain german umlauts like ö, ü and ä. I want column data with these sortet together with normal letters. Example:
At it the Moment, the resultset is ordered like this: ABCOXYZÖ
I want it to be ordered like this: ABCOÖXYZ
Thanks