We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddc61d commit bf6830dCopy full SHA for bf6830d
sql/plsql/PlSqlParser.g4
@@ -178,7 +178,7 @@ procedure_spec
178
179
function_spec
180
: FUNCTION identifier ('(' parameter ( ',' parameter)* ')')?
181
- RETURN type_spec (PIPELINED)? (DETERMINISTIC)? (RESULT_CACHE)? ';'
+ RETURN type_spec PIPELINED? DETERMINISTIC? (RESULT_CACHE)? ';'
182
;
183
184
package_obj_body
0 commit comments