Database Error Messages

PLW-07206

analysis suggests that the assignment to 'string' may be unnecessary

Action

If the assignment sets a variable whose value will not be used again and there are no side-effects (exceptions or calls) to consider, remove the assignment for better performance. If the assignment was in place to raise a specific known exception, replace the assignment with a RAISE statement.