R
R Avery
Suppose I have a correlated subquery whose inner query itself contains a
subquery. Instead of passing a field from the Outer Query to the inner
Query, I want to pass it to the subquery of the Inner query. Is this
possible? If so, how far down the chain can I pass fields from Outer
queries?
Outer Query
Inner Query
Sub-Inner Query
Any help would be most appreciated. Thanks!
subquery. Instead of passing a field from the Outer Query to the inner
Query, I want to pass it to the subquery of the Inner query. Is this
possible? If so, how far down the chain can I pass fields from Outer
queries?
Outer Query
Inner Query
Sub-Inner Query
Any help would be most appreciated. Thanks!