Posted on 27th April 2025|55 views
How to convert character to Date?
Posted on 27th April 2025| 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)