SSC-EWI-0034
Format removed.
Severity
Low
Description
This warning appears when the format of the column used in a CAST function is removed.
Example Code
Input Code (Teradata):
CREATE VIEW SampleView AS
SELECT
DAY_DATE(FORMAT 'MMM-YYYY') + 1
FROM
SampleTable;Output Code:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
