Length() of a string
PandeeshJul 30 2011 — edited Jul 30 2011Hi,
By default ,if we execute the query
SELECT LENGTH('1 ') FROM DUAL,
It will return 3 as length.
But i don't want to calculate length including the spaces in the right.
Is there any other built in function available in Oracle which returns the length of the string without the spaces in the right. (i,e 1 for the above case).
Thanks