create table test (id int []) ✓. insert into test values ( ARRAY [1,2,3] ) 1 rows affected. insert into test values ( ARRAY [ARRAY [1,2,3] ...
確定! 回上一頁