Links
Comment on page

MSCEWI1031

Function with Pending Equivalence Review.

Severity

Medium

Description

This error is used to report that a specific built-in function of Teradata, Oracle, or SQLServer is not supported.

Example Code

Input Code (SQLServer):

SELECT dbo.GetEasterSunday(@Y) - 2

Output Code:

SELECT
/*** MSC-ERROR - MSCEWI1031 - GetEasterSunday FUNCTION WITH PENDING EQUIVALENCE REVIEW ***/
dbo.GetEasterSunday(@Y) - 2;

Recommendations