Skip to content

Instantly share code, notes, and snippets.

@dpwiz
Created December 25, 2012 13:49
Show Gist options
  • Save dpwiz/4373333 to your computer and use it in GitHub Desktop.
Save dpwiz/4373333 to your computer and use it in GitHub Desktop.
Сортировка по говну, отдельно от палок.
fias=> SELECT housenum FROM house ORDER BY substring(housenum FROM '\d+')::int, housenum;
housenum
----------
1/1
2
3
4
5
6
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