SSC-FDM-OR0024
Columns from expression not found
This FDM is deprecated, please refer to SSC-EWI-OR0002 documentation.
Description
This error happens when the columns of a Select Expression were unable to be resolved, usually when it either refers to a Type Access whose reference wasn't resolved or a column with a User Defined Type whose columns haven't been defined; such as a Type Without Body or Object Type with no columns.
Example Code
Input Code:
Output Code:
Related EWIs
SSC-EWI-0036: Data type converted to another data type.
Recommendations
Verify that the type definition that was referenced does have columns within it.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated