You need to sign in to do that
Don't have an account?

Select Distinct
Is there an equivalent of the standard DISTINCT statement for SOQL (SELECT DISTINCT email from Some_Table) like ther eis in standard SQL? There is a DISTINCT COUNT(field).....but I am looking for just DISTINCT so that duplicate values are not returned?
Thanks
Hard to believe, but the reality is SOQL doesn't support a DISTINCT yet.
You can find workarounds to this.
This might help:
[IdeaExchange] Select Distinct Expression in SOQL