Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: TRIM and SUBSTR not working
Matthias Wirtz wrote:
> Anurag Varma wrote:
>
>
>>I think this has to do with the database characterset. >>If its a single byte .. you see the latter behavior. >>If its multibyte .. then you see the former behavior.
Look at the select you have used "trim(bla) o " (label!) vs what others run "trim(bla)"
However when you try
> select trim(bla) a,length(trim(bla)) from blabla
you should get correct results. Just the presentation of the column heading is incorrect.
HTH Michael Received on Thu Feb 10 2005 - 14:55:22 CST