Hi Guys,
I am executing this query
SELECT TRIM('QUY BAO LANH ') ,LENGTH('QUY BAO LANH ') ,LENGTH(TRIM('QUY BAO LANH ')) FROM DUAL;
and getting this result set
The length is 19 even before and after trimming.Please provide me your inputs why the trim is not trimming the spaces.Is it not space rather a junk character if so then How can I ensure this.
I am using this version
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
"CORE 11.2.0.3.0 Production"
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production
Regards,
Papi