select length(to_char('1','099')) from dual
Hi
For the below Query :
select length(to_char('1','099')) from dual
output is : 4
But expected output is : 3
Any reason ?
Regards
-Prasad
For the below Query :
select length(to_char('1','099')) from dual
output is : 4
But expected output is : 3
Any reason ?
Regards
-Prasad
0