Skip to content

Instantly share code, notes, and snippets.

@mguemmar
Created February 15, 2021 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mguemmar/b7ef137ab1436729a152645d5f6e79ce to your computer and use it in GitHub Desktop.
Save mguemmar/b7ef137ab1436729a152645d5f6e79ce to your computer and use it in GitHub Desktop.
INSERT INTO salesforce.objectb(name, objectaid__r__external_id__c)
SELECT 'My First Object B record ', objectaid__r__external_id__c
FROM salesforce.objecta__c where id=1234;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment