Skip to content

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

Description

@greay

============== 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions