• Anthony Ciccone
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am trying to write an inner join and noticed from some other threads you need to write it similar to this 

services/data/v47.0/query/?q=SELECT+Id,Name,(select+OpportunityId,Price+From+OpportunityLineItem) +From+Opportunity+Where+Opportunity.Id+=+OpportunityLineItem.OpportunityId

this returns a MALFORMED_QUERY errorCode. Is this query possible if so what would be the correct way to write this. 

Thanks in advance