Currently i'm generating a export where the date format is actually dd/mm/yyyy but when i spool it and see it is coming as dd/mmm/yyyy in a readable format
For example if the date in my real file is 06/10/2014 in the spool it automatically is coming 06-Oct-2014. But i don't want this format. How to retain the original one?
You can convert your date column to char representation before exporting
to_char(date_column, 'dd/mm/yyyy')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With