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

FEATURE | WHERE x IN (...) support? #65

Open
greay opened this issue Aug 6, 2024 · 0 comments
Open

FEATURE | WHERE x IN (...) support? #65

greay opened this issue Aug 6, 2024 · 0 comments

Comments

@greay
Copy link

greay commented Aug 6, 2024

============== TEMPLATE ==============

✅ Describe your idea or issue

I'm trying to convert a script from using the sqlite3 library to sqllex, and WHERE x in (...) is the one feature I seem to be missing.
e.g. there doesn't seem to be any way to do this using sqllex:

SELECT * FROM COMPANY WHERE AGE IN ( 25, 27 );

✅ Additional context

I could string together OR statements, but that's not ideal.

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