Skip to main content

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

 

Thanks in Advance

3 个回答
  1. 2022年2月9日 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