Hi,
Lpad( 'ABC',6,'0') will give me the output
'000ABC'
What if '6' is dynamic (n number of times)? How to do it? Lpad can take only constant value.
Please help!!
Hi Mohan,
in what cases that 6 will be changed..? so that we can try this using a variable in the place of 6 i guess.
You already have an active moderator alert for this content.
Add comment