create table t1 (i int,id int);. insert into t1 values (7,7),(7,8);. create view v1 as. ( select json_arrayagg(json_object( "type", ...
確定! 回上一頁