I have a column of name, varchar(200).
In this column data can be filled in hebrew and english.
I have code that does queries on this DB, I want to have the option to sort the results – first hebrew and then english – and the other way as well.
How can it be done? if at all…
This would sort any name with a Hebrew character on top, and in Hebrew order. The other names would be sorted in English order:
In a collation,
CImeans Case Insensitive.ASmeans Accent Sensitive.