We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From change log of 5.23
Naked CALL subquery (no parameters), e.g CALL {…} is deprecated and should be replaced with CALL() {…}.
Find all use of CALL {} and use CALL (), one of the example is in union query support
CALL {}
CALL ()
The text was updated successfully, but these errors were encountered:
mrhardikjoshi
No branches or pull requests
From change log of 5.23
Find all use of
CALL {}
and useCALL ()
, one of the example is in union query supportThe text was updated successfully, but these errors were encountered: