当前位置:网站首页>A field in the database is of JSON type and stores ["1", "2", "3"]

A field in the database is of JSON type and stores ["1", "2", "3"]

2022-06-24 21:36:00 Brave advance in torrent_

A field in the database is json type , Deposit is ["1","2","3"]

Check in the following way :
SELECT * from wdk_local_region  where area_codes like concat ('%','330102','%');

You can't find it in the following way :

SELECT * from wdk_local_region  where json_contains(area_codes, '330102');

原网站

版权声明
本文为[Brave advance in torrent_]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202211312242308.html