mysqljson数组查询select bundle_config from app_resource where valid=1 and app_name='appkey01' limit 1;
-- select * from log2 where JSON_CONTAINS(data,JSON_OBJECT('id', "142"))
mysql下载appselect * from app_patch where valid=1 and
JSON_CONTAINS(batch_content,JSON_OBJECT('dimType',2))
and JSON_CONTAINS(batch_content,JSON_OBJECT('dimId',111));
select * from app_patch where valid=1
and JSON_CONTAINS(test,JSON_ARRAY(111,333));
select * from app_patch where valid=1 and
JSON_CONTAINS(test,JSON_OBJECT('dimType',2))
and JSON_CONTAINS(test,JSON_OBJECT('dimId',111))
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论