Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Could you give an example?


This will be useful if you have a table with some related history records, e.g., products with product price history, and you want to get the latest price. The lateral join would get all prices for the current product, sort them by date and then pick the top row.


How does a lateral (cross) join compare to a window function in your example?


Is a lateral join more efficient than just saying where product = current sort by date desc ?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: