Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the coverage of WHERE syntax within Salesforce Integration App?

Jinho BaeJan 4 2024 — edited Jan 5 2024

Salesforce has a data table that has data like this.

I would like to import the data from this table according to certain conditions.

The condition is that when the accountid is the same, only one number with the lowest vid fill is brought in.

At this time, I'm going to use Eloqua account import to link sales app,

How should I use the above conditions in the WHERE section?

For your information, I've considered this method (1. groupby 2. subquery 3. left join) I don't think it's composed of only WHERE clause.

Is there any amazing way?

Comments
Post Details
Added on Jan 4 2024
0 comments
193 views