Skip to content

Using list of possible values #5

@polkapolka

Description

@polkapolka

Is there syntax for submitting a list of parameters and testing if a table value is within that list?
An example of the kind of query I am describing.

'''
select * from number_table as n
where n.number in ['one','two','three']
;
'''

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