SSC-EWI-OR0002
Columns from expression not found
Severity
Description
Example Code
Input Code:
CREATE OR REPLACE PROCEDURE record_unknown_table_proc
AS
unknownTable_variable_rowtype unknownTable%ROWTYPE;
BEGIN
INSERT INTO MyTable values unknownTable_variable_rowtype;
END;
Output Code:
Recommendations
Last updated
