Inner Queries (JOINS)
SOQL supports using "Inner Queries" to effectively perform JOIN filters on tables.
This can be accomplished by using buildQuery
inside a condition:
Last updated
Was this helpful?
SOQL supports using "Inner Queries" to effectively perform JOIN filters on tables.
This can be accomplished by using buildQuery
inside a condition:
Last updated
Was this helpful?