grammars-v4
grammars-v4 copied to clipboard
PL/SQL parser cannot recognise record field with keyword
TYPE t_record IS RECORD (date VARCHAR2(30));
no viable alternative at input 'date'
Perhaps:
table_type_def
: TABLE OF type_spec (NOT? NULL_)? table_indexed_by_part?
;
?