TIL#169 sql json field update

Dasom·2022년 12월 20일
0

database

목록 보기
15/15

기본 업데이트 문
update 테이블 set 열=값 where 조건

json field 업데이트 문
update 테이블 set 열=JSON_SET(열, "$.키", "변경할 값") where 조건

profile
개발자꿈나무🌲

0개의 댓글