Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Expertise Requires With Data Extraction
rtrim seems like have a bug -
SQL> select rtrim('POSITION_DATA_A_V','_A_V') from dual;
POSITION_DAT SQL> an extra 'A' was removed. Received on Tue Nov 01 2005 - 11:24:00 CST