davidmoten / davidmoten/rxjava2-jdbc
SQL "IN" Clause
Open
enhancement
question
- Dominant language
- Java
- Stars
- 394
- Forks
- 41
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Is there any support for the SQL IN clause?
`Database.test()
.select("select score from person where name IN (?)")
.parameters("FRED", "JOSEPH") // or a list of Strings
.getAs(Integer.class)
.blockingForEach(System.out::println);`
I tried a bunch of different ways and I couldn't figure how I could possibly make it work.
Thank you in advance for your time!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.