Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot parse Oracle PL/SQL explicit cursor RETURN statement #5680

Open
ZhengguanLi opened this issue Jan 8, 2024 · 0 comments
Open

Cannot parse Oracle PL/SQL explicit cursor RETURN statement #5680

ZhengguanLi opened this issue Jan 8, 2024 · 0 comments

Comments

@ZhengguanLi
Copy link
Contributor

DECLARE
  CURSOR c1 RETURN departments%ROWTYPE; 
...

Exception:

com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'CURSOR c1 RETURN departments%ROWTYPE; CU', expect IS, actual RETURN, pos 25, line 1, column 20, token RETURN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant