MSCEWI4016
Translation for ODBC Scalar function pending
Severity
Description
Code Example
Input Code:
SELECT {fn CURRENT_DATE()};Output Code:
SELECT PUBLIC.ODBC_UDF('{fn PUBLIC.CURRENT_DATE_UDF(\'CURRENT_DATE()\') /*** MSC-ERROR - MSCEWI1031 - CURRENT_DATE FUNCTION NOT SUPPORTED ***/}') /*** MSC-ERROR - MSCEWI4016 - USER DEFINED FUNCTIONS ARE NOT SUPPORTED IN ODBC SCALAR FUNCTION. ***/;Recommendations
Last updated
