Why is the following query working inverse? I'd expect that asc order them in alphabetical order..
Asked
Active
Viewed 49 times
1 Answers
1
Apply CAPS to the commands and apply 'NOCASE' function like:
SELECT * FROM giochi ORDER BY nomegioco NOCASE (ASC)

user12911589
- 26
- 1