数据库2025年05月17日
1.行转列:有两种写法,一种是case when end写法,另一种写法是pivot(oracle 11g新增) select job, sum(case deptno when then sal end) as sal10, sum(case deptno when then sal end) as sal20, sum(case deptno when...
本站已有295人使用QQ登录你即将成为第296位