SSC-FDM-TS0012
Information for the column was not found. STRING used to match CAST operation
Description
This EWI is added in Table-Valued User Defined Functions where the return type of a column can not be determined during the conversion. STRING
is used as a default to match the CAST
operation in the SELECT
statement
Code Example
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Recommendations
The user should check which is the correct data type that could not be found and change it in the
RETURNS TABLE
statement definition.If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated