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
Currently doing a WHERE with multiple lists is not supported - it fails with error:
WHERE
The query contains multiple lists. Multiple lists are not supported
Just curious - what is the limitation that you can't use multiple lists? Are there any alternatives ? Trying to run something similar to:
WHERE some_id IN (%list{%int{my_ids}}) OR another_id IN (%list{%int{other_ids}})
Is a manually generated query the only way?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently doing a
WHERE
with multiple lists is not supported - it fails with error:Just curious - what is the limitation that you can't use multiple lists?
Are there any alternatives ?
Trying to run something similar to:
Is a manually generated query the only way?
The text was updated successfully, but these errors were encountered: