function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JerryJosephJerryJoseph 

SOQL

how do i run an SOQL query? i want to update the description of all Opportunity to "hi".. rest i will figure out..
devNut!devNut!
SOQL query is a query that pulls down data.

To do an update you'd have to do and update operation.

To perform a mass data update check out the dataloader