I creating a file and I am using the LPAD function, the number needs to be
like this -000000001750
my code is showing like 00000000-1750
LPAD (NVL (x.amount_due, '0000000000000'), 13, '0')
Also
I need to encryp5t a file with GPG using a pgp public key
I never done this, can somebody share the commands..
Thank you