Feature Request
PL/iSQL Feature: Support for %ROWTYPE
Describe the feature you'd like to propose:
The %ROWTYPE attribute allows developers to declare variables that represent an entire row of a table or cursor. This feature eliminates the need to manually define variables for each column in a table, thereby reducing redundancy and improving maintainability.
Feature Request
PL/iSQL Feature: Support for %ROWTYPE
Describe the feature you'd like to propose:
The %ROWTYPE attribute allows developers to declare variables that represent an entire row of a table or cursor. This feature eliminates the need to manually define variables for each column in a table, thereby reducing redundancy and improving maintainability.