I'm trying to perform an update on a large number of records involving setting an attribute to the value contained in another attribute - something along the lines of (conceptually):
update xxxxxx set attribute1=attribute2where attribute1is null
Is this possible? Any advice would be greatly appreciated.