Thread Details

 SOQL Parent Relationship Queries


Post by Aaron Blackledge
Joined 4/14/2020
Posted 12/15/2020 5:36 PM

Is there a way to enable support for parent relationship queries like you can do in Workbench? 

Post by Administrator
Visual Software Systems
Joined 1/01/2016
Posted 12/15/2020 6:22 PM

Hi Aaron.  SOQL Studio supports the full SOQL syntax, so you can do queries like "Select Id, Name, Account.Name from Opportunity" and "Select Name, (select Id, Name from Opportunities) from Account".  If this isn't what you are referring to, can you post a sample query that illustrates what you'd like to do?

Log in to reply to this post.