• vasanth kumar 6
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
The table is huge and comprises more than 1 lakh records or may be 2 lakh..
The below apex code is of less help because of the limit set ..in our environment it is 10000...
delete [select id from <object_name> limit <limit#>]

Is there any other option to delete the records using some sort of iteration.. how to achieve?
Pls help..

Thanks
Kumar
 
The table is huge and comprises more than 1 lakh records or may be 2 lakh..
The below apex code is of less help because of the limit set ..in our environment it is 10000...
delete [select id from <object_name> limit <limit#>]

Is there any other option to delete the records using some sort of iteration.. how to achieve?
Pls help..

Thanks
Kumar