收藏snehal shinde 提问于 #Salesforce Developer2022年2月9日 11:07Hello Everyone,How to Returns the number of rows matching the query criteria -in a separate SOQL. Thanks in Advance3 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Dhanashri Gadekar (Salesforce)2022年2月9日 13:54Hello Snehal, You can use the LIMIT command, like this - SELECT Name FROM Account WHERE Type = 'Customer' LIMIT 5 Hope this helps. Thank you添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Dhanashri Gadekar (Salesforce)2022年2月9日 13:54Hello Snehal, You can use the LIMIT command, like this - SELECT Name FROM Account WHERE Type = 'Customer' LIMIT 5 Hope this helps. Thank you