请问一下 JSON Where 语句 ->$[*] 这个 sql 怎么实现
SELECT spec_name -> '$[].spec_name' FROM goods WHEREspec_name
-> '$[].spec_value' LIKE '%红%';
whereRaw 写原生语句