[#8542] Add MySQL 8.0 support for LATERAL
This commit is contained in:
parent
85a1d1f31e
commit
444c2f0034
@ -8957,7 +8957,7 @@ public class DSL {
|
||||
* WHERE e.department_id = d.department_id);
|
||||
* </pre></code>
|
||||
*/
|
||||
@Support({ POSTGRES })
|
||||
@Support({ MYSQL, POSTGRES })
|
||||
public static <R extends Record> Table<R> lateral(TableLike<R> table) {
|
||||
return new Lateral<R>(table.asTable());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user