Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> to_char question
Why does:
select 'C' || to_char(1,'0000') TEST from dual;
result in:
TEST
The issue is the un-asked for space in front of the zeroes!
Thanks,
Phil R Lawrence
Received on Fri Sep 29 2000 - 14:24:55 CDT
![]() |
![]() |