G
Guest
If I have a sub-query that lists all items and then I have a parent query
that lists all items, when run how does it work? ie. Does the parent query
run and gain all info then it calls the sub query, hence the sub query is
passed the link key so it does a key look up to retrieve the required rows or
does the sub query look through all rows based on it's own criteria?
Just thinking about performance?
that lists all items, when run how does it work? ie. Does the parent query
run and gain all info then it calls the sub query, hence the sub query is
passed the link key so it does a key look up to retrieve the required rows or
does the sub query look through all rows based on it's own criteria?
Just thinking about performance?