Select<Record> subselect=select().from(right.asTable(table,names.toArray(EMPTY_STRING))).where(condition); | Select<Record> subselect=select().from(right.asTable(table,names)).where(condition); | names.toArray(EMPTY_STRING) | names | jOOQ | 6ec1958876cf633b47feeab212ee82ef4191b9be | org.jooq.impl.RowSubqueryCondition | | | | - org.jooq.impl.Tools.EMPTY_STRING
| | Uses | True |