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.
WHERE IN (SELECT statement)
IN
Any ideas for making it work? Thank you!
Turns out sqls.in() supports SQLSyntax as a second parameter.
sqls.in()
SQLSyntax