Subject order by upper
Author Benny Setiawan Tanua
Dear All,

I've got a problem with my query
" SELECT ID, UNICODE_FIELD FROM LANGUAGE ORDER BY UNICODE_FIELD " == > it's
ok

" SELECT ID, UNICODE_FIELD FROM LANGUAGE ORDER BY UPPER(UNICODE_FIELD) " ==
> error

my guess is that indexes by unicode_field

indef of :
ABC
abc
DEF
def

not like :
ABC
DEF
abc
def

does anyone knows the query ..??

Thanks,
Benny Setiawan T