|
|
 |
|
|
Pages: 1
oracle sql order by ASC how to get Aa-Zz not A-Za-z?
(Click here to view the original thread with full colors/images)
Posted by: tiffany
When I select data from a database I order the results alphabetically by using:
ORDER BY fieldName ASC
which returns A-Z then a-z.
Do you know an easy way to integrate the capital and lowercase letters; so the result is Aa-Zz?
|
|
|
|
|