お気に入りsnehal shinde が「#Salesforce Developer」で質問2022年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