ORACLE LISTAGG函數

create table test(id number,name varchar2(20)); insert into test values(1,'a'); insert into test values(1,'b'); insert into test values(1,'c'); insert into test values(2,'d'); insert into test values(
相關文章
相關標籤/搜索