Thursday, March 17, 2016

What is the use of “ALL ROWS” in SOQL

 ALL ROWS is used for retrieving the records from recycle bin.

                         Ex:  SELECT Id from Campaign ALL ROWS

                        -> “ALL ROWS” does not work in developer console.

No comments:

Post a Comment