Hi
I am running UPDATE set for 1 leveled array . It only updates the value for last value in set statement
UPDATE USE KEYS ‘keyid’
SET i.attr1 = value1 , i.attr2 = value2
for i in details when details.attr1 = “value0” END
It only changes attr2 to value2 . If I have attr3 with value3 , it will only update attr3. Is it expected behavior ?
Thank you for your support.