ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
INSERT INTO customers (email, first_name,last_name, biography) VALUES (#[payload.email],#[payload.firstName],#[payload.lastName],#[payload.biography]) ON DUPLICATE email UPDATE first_name = #[payload.firstName], last_name = #[payload.lastName] , biography= #[payload.biography] ;
Very close, it needs to be "ON DUPLICATE KEY". I didn't mention it but the email column has to be set as an unique index or primary key for it to work. I appreciate your response, email me your paypal account details.
Thank you very much for offering money , but i would prefer not to take money.Keep posting some good videos, that will be enough for me.
How can I make a Upsert with mule 4 in salesforce which components do I need to place in the flow?Please help me
How can i read 1M records form database and send them to salesforce using mule 4?
MuleSoft 4eva!!!!!!!!!!!!!!!!!!
INSERT INTO customers (email, first_name,last_name, biography) VALUES (#[payload.email],#[payload.firstName],#[payload.lastName],#[payload.biography]) ON DUPLICATE email UPDATE first_name
= #[payload.firstName], last_name = #[payload.lastName] , biography= #[payload.biography] ;
Very close, it needs to be "ON DUPLICATE KEY". I didn't mention it but the email column has to be set as an unique index or primary key for it to work. I appreciate your response, email me your paypal account details.
Thank you very much for offering money , but i would prefer not to take money.
Keep posting some good videos, that will be enough for me.
How can I make a Upsert with mule 4 in salesforce which components do I need to place in the flow?
Please help me
How can i read 1M records form database and send them to salesforce using mule 4?
MuleSoft 4eva!!!!!!!!!!!!!!!!!!