Hi I am trouble with the date format in Teradata. My source and target is teradata.
CREA_DATE -- DATATYPE string
CREA_DATE_OUT(target)-- DATATYPE date
I have tried cast(db_stg.crea_date as date format 'YYYYMMDD')
AND TO_DATE(TRUNC(CREA_DATE))
I keep getting the same error. Can anyone please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.