With the help of the OrganizationService, I want to give the value of a particular column the same value for each row in a table (with a condition). How do I do that all at once?
This is how I should do it in SQL:
UPDATE [XXX]
SET Status = "Draft"
WHERE parentId = 1