Extract data from json inside mysql field

前端 未结 5 1326
无人共我
无人共我 2021-01-04 20:47

I\'ve got a a table with rows, and one of the rows has a field with data like this

{\"name\":\"Richard\",\"lastname\":null,\"city\":\"Olavarria\",\"cityId\":         


        
5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-04 21:24

    See MariaDB's Dynamic Columns.

    Also, search this forum for [mysql] [json]; the topic has been discussed often.

提交回复
热议问题