create a simple query select id, name from account add a sub query to an object which also has Name as a field ( Id, Name from xxx__r ) expect both sobjects to have name field returned observed the Name field is removed from the subquery
create a simple query select id, name from account
add a sub query to an object which also has Name as a field
( Id, Name from xxx__r )
expect both sobjects to have name field returned
observed the Name field is removed from the subquery