I just worked this one out. Since it’s not in the documentation and needs you to dig into the source, this seemed the right venue for the solution.
In ClojureQL, how do you create a query like:
SELECT * from foo where id in (1, 5, 7);
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use the
inpredicate from the predicates namespace, e.g.