求含有JSON字符的SQL写法

浏览:354 发布日期:2019/03/06 分类:ThinkPHP5专区
使用TP自带的原生SQL写法在控制器中
Db::query('select id, sname, info->'$[i]' as info_item from t_json where info->'$[i].age' < 20');

报错:语法错误: unexpected '$'

请问咋写啊?
最佳答案
评论( 相关
后面还有条评论,点击查看>>