{a : b}
a key만 업데이트 되거나 추가되고, 있던 키들은 그대로
update "testGroup".teststudentinfo set "stuInfo" = "stuInfo"::jsonb || '{"major" : "통계학과"}' where "stuInfo"->>'major' = '수학과';
update "testGroup".teststudentinfo set "stuInfo" = "stuInfo"::jsonb || '{"major" : "통계학과"}' where "stuInfo"->>'major' = '수학과';