We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WITH ORDINALITY
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
The following is valid sql, and works in postgres, but cannot be parsed with sqlparser:
select * from my_srf() with ordinality;
https://www.postgresql.org/docs/current/functions-srf.html
Initially reported in sqlpage/SQLPage#491 (reply in thread)
The text was updated successfully, but these errors were encountered:
@lovasoa Are you working on this? I want to fix it if no one is on it.
Sorry, something went wrong.
I'm not working on it, go for it! Thanks!
Thank you! I will submit the PR soon.
Add support of table function WITH ORDINALITY modifier for Postgre Pa…
b58cb88
…rser This closes apache#1336
Successfully merging a pull request may close this issue.
The following is valid sql, and works in postgres, but cannot be parsed with sqlparser:
https://www.postgresql.org/docs/current/functions-srf.html
Initially reported in sqlpage/SQLPage#491 (reply in thread)
The text was updated successfully, but these errors were encountered: