Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Created May 2, 2019 14:35
Show Gist options
  • Select an option

  • Save thebrettbarlow/16c7931eae3c897d0b6004ee7f419e2f to your computer and use it in GitHub Desktop.

Select an option

Save thebrettbarlow/16c7931eae3c897d0b6004ee7f419e2f to your computer and use it in GitHub Desktop.

Revisions

  1. thebrettbarlow renamed this gist May 2, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. thebrettbarlow created this gist May 2, 2019.
    2 changes: 2 additions & 0 deletions SOQL_OuterJoin.sqv
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    SELECT Id, Name, (SELECT Id, Name, Amount, CloseDate FROM Opportunities)
    FROM Account