2023年4月20日木曜日

MySQLのjson_setで配列を更新する方法

MySQLのjson_setで配列を更新する方法

概要

忘れるのでメモ

環境

  • Ubuntu 18.04
  • MySQL 5.7.41

SQL

update user_tbl set profile = json_set(`profile`, "$.langs", json_array("ruby","python")) where id=1;

JSON_ARRAY を忘れずに使いましょう

0 件のコメント:

コメントを投稿