Comment on page
MSCEWI1031
Function with Pending Equivalence Review.
Medium
This error is used to report that a specific built-in function of Teradata, Oracle, or SQLServer is not supported.
SELECT dbo.GetEasterSunday(@Y) - 2
SELECT
/*** MSC-ERROR - MSCEWI1031 - GetEasterSunday FUNCTION WITH PENDING EQUIVALENCE REVIEW ***/
dbo.GetEasterSunday(@Y) - 2;
- Please go to the Teradata functions section and the Oracle functions section to check the current transformation of the specific function you are trying to convert.