mysql 查詢字段中JSON字符串中的鍵值 使用JSON_EXTRACT

文檔地址https://mariadb.com/kb/en/json_extract/ //創建臨時表 create temporary table if not EXISTS testab(     namm VARCHAR(200) ); //插入數據 INSERT into testab values('{"name":"1234"}'); //查詢全部數據 select * from te
相關文章
相關標籤/搜索