Skip to main content

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

 

Thanks in Advance

3 respostas
  1. 9 de fev. de 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