SSC-EWI-TD0041
The format in a table is not supported.
Severity
Low
Description
The specified format is not supported.
Example Code
Input:
SELECT
cast(T_2041.integer_column as integer);
Output:
SELECT
cast(TRUNC(T_2041.integer_column) as integer) !!!RESOLVE EWI!!! /*** SSC-EWI-TD0041 - TRUNC FUNCTION WAS ADDED TO ENSURE INTEGER. MAY NEED CHANGES IF NOT NUMERIC OR STRING. ***/!!!;
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated