The following update statement in PL/SQL code produces a compiler warning in PL/SQL Developer:
It says Hint: Comparison with NULL in [procedure name], but it is obviously not a comparison.
Version 15.0.4.2064 (64 bit)
Windows 11 Build 22631
Code:
UPDATE employees
SET commission_pct = NULL
WHERE job_id = 'SH_CLERK';
It says Hint: Comparison with NULL in [procedure name], but it is obviously not a comparison.
Version 15.0.4.2064 (64 bit)
Windows 11 Build 22631