Skip to main content
snehal shinde ha fatto una domanda in #Salesforce Developer

How to Returns the number of rows matching the query criteria -in a separate SOQL.

 

Thanks in Advance

3 risposte
  1. 9 feb 2022, 13:54

    Hello Snehal,

     

    You can use the LIMIT command, like this - SELECT Name FROM Account WHERE Type = 'Customer' LIMIT 5

     

    Hope this helps. Thank you

0/9000