1

It looks like scalikejdbc doesn't support MySQL's WHERE IN (SELECT statement) queries, as IN requires a sequence of items as a parameter, it doesn't accept a query.

Any ideas for making it work? Thank you!

synthetic
  • 798
  • 1
  • 7
  • 20

1 Answers1

0

Turns out sqls.in() supports SQLSyntax as a second parameter.

synthetic
  • 798
  • 1
  • 7
  • 20