-
Notifications
You must be signed in to change notification settings - Fork 558
Closed
Labels
featureNew featureNew feature
Milestone
Description
I am using the SQL plugin with the QueryBuilder and I can't figure how to utilize the IN statement. Specifically, how I can have multiple values. For example, lets say I would like to get any results that maybe in the following list: 117,118,126,131.
If I input that into the builder, the SQL plugin will return a result of Select * from TABLE where id in ('117,118,126,131'). Instead, I would like (117,118,126,131) OR ('117','118','126','131'). Maybe there is another way to perform a search with the IN condition, but I can't find any documentation specifically for performing this function and when I try to add in the single quotes, they are scrubbed ie: '.
What am I doing wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew featureNew feature