Greeting,
i face a difficulties on query the output in leading 0.
for example:
my customer number =1234
for instant i declare customer char(10)
then i wish my query output is 0000001234(leading Zero)
Does anyone can provide me the SQL Script on how to do that?
Thank you.
i face a difficulties on query the output in leading 0.
for example:
my customer number =1234
for instant i declare customer char(10)
then i wish my query output is 0000001234(leading Zero)
Does anyone can provide me the SQL Script on how to do that?
Thank you.