博客
关于我
oracle 行转列
阅读量:792 次
发布时间:2023-02-24

本文共 700 字,大约阅读时间需要 2 分钟。

SELECT deptno, wm_concat(ename) FROM emp GROUP BY deptno;

 

?????????????????

?????????????? GROUP BY ? wm_concat ?????????????????????????? SQL ???

SELECT deptno, wm_concat(ename) FROM emp GROUP BY deptno;

?????????????????? GROUP BY deptno ???????????????????????????????

?????????

?????????????????????????????????????????????????????????

????????

? emp ???? deptno ????????????????????????????????????

?????? wm_concat ??

?? wm_concat ?????????????????? empno ?????????????????????????????

?????????????????????????????????????????

??????????????????????????????????????

转载地址:http://eapfk.baihongyu.com/

你可能感兴趣的文章
No qualifying bean of type XXX found for dependency XXX.
查看>>
No resource identifier found for attribute 'srcCompat' in package的解决办法
查看>>
node.js 配置首页打开页面
查看>>
node.js+react写的一个登录注册 demo测试
查看>>
Node.js安装与配置指南:轻松启航您的JavaScript服务器之旅
查看>>
nodejs libararies
查看>>
nodejs-mime类型
查看>>
Node入门之创建第一个HelloNode
查看>>
NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty()
查看>>
npm run build 失败Compiler server unexpectedly exited with code: null and signal: SIGBUS
查看>>
npm和yarn的使用对比
查看>>
npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
查看>>
npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
查看>>
NR,NF,FNR
查看>>
nrf开发笔记一开发软件
查看>>
NSDateFormatter的替代方法
查看>>
NSOperation基本操作
查看>>
NSSet集合 无序的 不能重复的
查看>>
NT AUTHORITY\NETWORK SERVICE 权限问题
查看>>
ntko文件存取错误_苹果推送 macOS 10.15.4:iCloud 云盘文件夹共享终于来了
查看>>