DavidAM
-
Posts
1,984 -
Joined
-
Days Won
10
Community Answers
-
DavidAM's post in query for postgresql - Extract the number on the title and order by number was marked as the answer
I would think that would work. Make sure you are casting to an numeric value (Integer) so the Order by is sorting numerically, not be string values.