I have a mixture of Greek and normal words, and now their order is that ordinary words first appear, and then all Greek words. I want them to mix in order, so beta in Greek is the same as B
beta
B
How can I do this ORDER BY in SQL Server?
ORDER BY
When ordering, you can specify the mapping to use.
So for the Greeks you will use:
ORDER BY textField COLLATE 124
See the list of sorts (there are several Greek ones) that can be used with ORDER BY .
In Greek, there should be both omicron and omega (if the alphabet has not changed too much over the past 2000 years :-)). Where do you want Latin O to graduate?
Source: https://habr.com/ru/post/1302461/More articles:Microcontroller PIC interface with Java on PC using USB - javaAdaptation of music in response to events - algorithmXna SpriteBatch Matrix.Decompose () - xnaList.map fsi speaks well but cannot build - f #The php file was launched by the alexa crawler and caused problems! - phpHow to check if a file is used in C #? - c #How do I search engines work? - searchOO Pattern: collaboration between abstract base class and subclasses - language-agnosticHow to find out if a character in a string is an integer - c ++How to find the processor my stream is running in C #? - multithreadingAll Articles