MSCEWI2091
Expression converted as cast with possible errors due to missing dependencies
Severity
Description
<expression> ( <DataType> )CREATE TABLE TAB (
COL1 VARCHAR(23)
)
SELECT
COL1 (DATE),
AMBIGUOUS_EXPR (DATE)
FROM TAB;Example code
Input code
Output code
Recommendations
Last updated
