Skip to Content
0
Apr 11, 2016 at 03:24 AM

DATE CONVERSION

113 Views

Hi im having trouble in date conversion. I have a source field DATAB (varchar upon extraction) which is 'DD.MM.YYYY' format.

I need to convert this to 'DDMMYYYY'

but when im using to_date (it becomes YYYY.MM.DD in output) then i used to_char 'DDMMYYY' it gets NULL or error ORA 01722 invalid number. Im using BODS 4 but this code is working fine in BODS 3.