Noman072
SSChasing Mays
Points: 600
More actions
April 21, 2025 at 12:00 am
#4575506
Comments posted to this topic are about the item Understanding CROSS APPLY and OUTER APPLY in SQL Server
pietlinden
SSC Guru
Points: 63572
April 21, 2025 at 12:27 am
#4581687
CROSS APPLY is analogous to INNER JOIN <table-valued function> and OUTER APPLY is analogous to OUTER JOIN <table-valued function>.
That was easy!
ildjarn.is.dead
Ten Centuries
Points: 1167
April 22, 2025 at 5:51 am
#4582286
Itzik Ben-Gan has a nice video about the APPLY operator on YouTube:
https://www.youtube.com/watch?v=VMH2y_3XBa0
MMartin1
One Orange Chip
Points: 27836
April 23, 2025 at 6:49 am
#4582823
Did you end up needing the #employees table ?
----------------------------------------------------
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply