Skip to content

Instantly share code, notes, and snippets.

@mguemmar
Created February 15, 2021 16:54
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