现在有字段price,格式:[json格式,json格式,……]
使用查询语句:
select json_length(price) from product where id = (SELECT id from product LIMIT 2,1); 语句不报错。
但把语句放到进程里,就报price格式错误:Invalid JSON text in argument 1 to function json_length: "Incorrect hex digit after \u escape in string." at position 499.
求大神解惑。
说明部分price里存的json格式有误。检查一下数据源就是对了
谢谢