SSC-EWI-TD0092
Translation for Teradata Built-In Table/View is not currently supported
Severity
Low
Description
This EWI is added when SnowConvert finds a Teradata system table that is currently not translated.
Example Code
Input Code:
SELECT
CRLF ||
TRIM(em.ErrorText) INTO :MsgText
FROM
DBC.ErrorMsgs em
WHERE
em.ErrorCode = SUBSTR(:SqlStateCode, 2, 4)Output Code
Recommendations
Search in Snowflake's internal tables, such as
Information_SchemaorSNOWFLAKE.ACCOUNT_USAGEfor equivalentsIf you need more support, you can email us at [email protected]
Last updated
