Du kan simpelthen caste name
kolonne til bytea
datatype, der tillader sorteringsagnostisk bestilling:
SELECT name
FROM folders
ORDER BY name::bytea;
Resultat:
name
--------------
a test
alphanumeric
test 1
test 10
test 19
test 20
(6 rows)