Created
December 25, 2012 13:49
-
-
Save dpwiz/4373333 to your computer and use it in GitHub Desktop.
Сортировка по говну, отдельно от палок.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fias=> SELECT housenum FROM house ORDER BY substring(housenum FROM '\d+')::int, housenum; | |
housenum | |
---------- | |
1/1 | |
2 | |
2а | |
2г | |
3 | |
3а | |
4 | |
4а | |
5 | |
6 | |
6а | |
8 | |
8а | |
9 | |
10 | |
11 | |
12 | |
12А | |
13 | |
14 | |
15 | |
16/2 | |
17 | |
18/1 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
29/6 | |
31 | |
32 | |
33 | |
34 | |
34а | |
35 | |
36 | |
37 | |
38 | |
39 | |
39А | |
40 | |
41 | |
42 | |
43 | |
44 | |
46 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment