1.1 解决接送类型字段的精确查询 数据存储格式:{“type”: “10”, “mobile”: “13545678900”, “countryCode”: “86”} select * from a where mobile_json-> ‘$.mobile’ = 13545678900 1. 2. 解决 JsonArray 类型字段的模糊查询: 存储的数据格式: [{“type”: “10”, “mobile”: “1354567890...