Created
March 19, 2018 14:16
-
-
Save barsbek/fc91bd6894cb8ad0ac5ea101cfcb87b5 to your computer and use it in GitHub Desktop.
postgresql: access preceding sub-selects in from clause
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from t1, lateral (select * from t2 where t2.id = t1.id); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment