Hi Im trying to add / update data in my json column - where the value inside is NULL not having much luck - here is my query that errors
update departments
set (data->>'formal_name') = departments.name
where (data->>'formal_name') is null
thanks for any suggestions