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

How to get quantity of records after select from database ?
How to get quantity of records after select from database ?
I have such code. What I must set instead '????' ?
Thank you.
I have such code. What I must set instead '????' ?
Code:
public void test3() { Opportunity[] opp = [select ownerid from Opportunity]; ???? }
It works !