mysql json高阶查询
2020-10-20 本文已影响0人
骑蚂蚁上高速_jun
mysql 数组查询,json里面是 一位索引数组
SELECT * FROM customer_contacts
where JSON_CONTAINS(email_accounts->'');
mysql 数组查询,json里面是 一位索引数组
SELECT * FROM customer_contacts
where JSON_CONTAINS(email_accounts->'');