crossJoin
fun QuerySource.crossJoin(right: BaseTable<*>, on: ColumnDeclaring<Boolean>? = null): QuerySource(source)
Perform a cross join and return a new QuerySource, translated to cross join
in SQL.
Perform a cross join and return a new QuerySource, translated to cross join
in SQL.