oracle - SQL to_char() printing 2 digit number as 0xx and not touching 3 number digit -


i'm battling must trivial you.

i have 2 number 191 , 97, , need put them in sql request, chars , 97 must printed 097.

at first tried 999, added 2 space numbers. 099, print 097 adds space it.

to_char(:center, '099') = " 197" , " 097" 

where space coming from?

thanks.

what you're looking format modifier element:

to_char(:center, 'fm099') 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -