Du kan helt enkelt casta name
kolumnen till bytea
datatyp som tillåter sorteringsagnostisk ordning:
SELECT name
FROM folders
ORDER BY name::bytea;
Resultat:
name
--------------
a test
alphanumeric
test 1
test 10
test 19
test 20
(6 rows)