UPDATE

Documentation

partiql-update

partiql-set-operations

  • In this example I am adding a new skill to the Skills set type attribute
UPDATE Employee
SET Skills = SET_ADD(Skills, <<'hiring'>>)
WHERE LoginAlias = 'katek'