Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

SQL 行列转换问题

$
0
0
with t as ( select 1 id,'COMP_NO' C1,'PYV ' C2, '1' C3 from DUAL union select 2 id,'FACT_NO' C1,'282 ' C2, '1' C3 from DUAL union select 3 id,'DEPT_NO' C1,'null' C2, '1' C3 from DUAL union select 4 id,'END_PRODUCT' C1,'M' C2, '1' C3 from ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles