我想从MySQL中的JSON数组中筛选一个表。示例: select description from books where id_of_the_book in (jsonarray) 实际上我试过这个: set @test = JSON_ARRAY(JSON_OBJECT('id','1'),JSON_OBJECT('id
回送3是否支持表的JSON字段上的过滤器?我正在使用MySQL数据库。例如,我们创建表'events‘-创建表事件( id int auto_increment主键,event_name varchar(255),访问者varchar(255),属性json,browserjson );
有什么方法可以在json字段“属性”和“浏览器”上应用过滤