You can re-write this SQLInterpolation code by using QueryDSL as follow. ... val m = Member.syntax("m") val ids: List[Long] = sql"select ${m.result.id} from ...
確定! 回上一頁