in Teradata SQL I need convert a string to date. Currently the string looks like this: 2017-02-28T14:41:32.817Z But I need it in this format as DATE: DD.MM.YYYY HH:SS
Any idea how to do this? Whenever I try to cast, I get the error 2666 ( Invalid date supplied for mytable.mycolumn)
Hope someone can help!
Best regards,