SSC-EWI-TD0091
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
