Lateral

SQL

SQL - Lateral Join / CROSS APPLY

• Lateral joins (PostgreSQL) and CROSS APPLY (SQL Server) enable correlated subqueries in the FROM clause, allowing each row from the left table to pass parameters to the right-side table expression

Read more →