David Rapisarda
Results
1
comments of
David Rapisarda
This is the best I've managed to get so far: ``` SELECT * FROM table_a CROSS JOIN LATERAL ( SELECT * FROM table_b WHERE ( ... AND table_a.time > table_b.time...