You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: presto-docs/src/main/sphinx/sql/select.rst
+14
Original file line number
Diff line number
Diff line change
@@ -833,6 +833,20 @@ so a cross join between the two tables produces 125 rows::
833
833
...
834
834
(125 rows)
835
835
836
+
Lateral
837
+
^^^^^^^
838
+
839
+
Subqueries appearing in the FROM clause can be preceded by the keyword ``LATERAL``. This allows them to reference columns provided by preceding ``FROM`` items.
840
+
841
+
INNER and LEFT OUTER lateral joins are supported in Presto.
0 commit comments