Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

PLS-00661

RETURN statement in a CONSTRUCTOR cannot include an expression

Cause

An attempt was made to include an expression in the RETURN statement of a CONSTRUCTOR body.


Action

Remove the expression from the RETURN statement.