Posted on 16th September 2024|55 views
How to convert character to Date?
Posted on 16th September 2024| views
In Teradata, we can use the “CAST” function. “CAST” function converts the character string to a DATE value.
Syntax:
CAST(character_expression -AS-DATE date_attribute)