SSC-EWI-TD0025
Output format not supported.
Severity
Low
Description
This EWI appears when a CAST function specifies an output format not supported by Snowflake scripting.
Code Example
Teradata:
CREATE TABLE SAMPLE_TABLE
(
VARCHAR_TYPE VARCHAR
);
REPLACE VIEW SAMPLE_VIEW
AS
SELECT
CAST(VARCHAR_TYPE AS FLOAT FORMAT 'ZZZ.ZZZZZ'),
CAST('01:02.030405' AS TIME(1) WITH TIME ZONE FORMAT 'MI:SS.S(6)')
FROM SAMPLE_TABLE;Snowflake Scripting:
Recommendations
Check if the output code has functional equivalence with the original code.
If you need more support, you can email us at [email protected]
Last updated
