Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> to_char and format masks

to_char and format masks

From: Miggins <mtproc_at_yahoo.co.uk>
Date: 6 Dec 2005 06:49:42 -0800
Message-ID: <1133880582.394812.175670@g47g2000cwa.googlegroups.com>


Each,

SELECT 'ABC'||to_char(01234567, '09999999') FROM DUAL;

Returns

ABC 01234567 Why does this insert a blank between the ABC and formatted number?

Thanks Received on Tue Dec 06 2005 - 08:49:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US