• haroona
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hi,

Can I do something like this in APEX:

 

update leads set company='MyCompany' where fname="myself";

 

This would update mutiple records with the one line command.

 

This of course is standard SQL syntax. Wondering if this is possible on the Force.com platform.

 

Regards

 

-Haroon