ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

dsql example for IN clause and List of Strings #108

Closed 0xdarkman closed 3 years ago

0xdarkman commented 3 years ago

Could you please cover an example for dsql where SQL string contains IN operator with checking against List of strings of "n" size? Basically, would you mind explaining how to build such query where the List lenght may vary from e.g. 2 to 10000 of Strings?