Closed akg1 closed 11 months ago
Any query using lateral joins, eg:
select * from test inner join lateral ( select * from test2 where test2.foo = test1.bar ) test2_inner on true
Doesn't work.
Any query using lateral joins, eg:
Doesn't work.