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

multiple lists in WHERE IN #39

Open
mudrz opened this issue Dec 18, 2023 · 0 comments
Open

multiple lists in WHERE IN #39

mudrz opened this issue Dec 18, 2023 · 0 comments

Comments

@mudrz
Copy link

mudrz commented Dec 18, 2023

Currently doing a WHERE with multiple lists is not supported - it fails with error:

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?

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