SSC-EWI-OR0036
Types resolution issues, the arithmetic operation may not behave correctly between string and date.
Severity
Description
Example Code
Input Code:
SELECT
SYSDATE,
SYSDATE + '1',
SYSDATE + 'A'
from
dual;Output Code:
Recommendations
Last updated
