本文介绍了PIVOT 语句是否有 ANSI 规范?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
最近我问了一个问题 如何使用 PIVOT 在其单元格中同时显示平均值和计数?
该问题已针对 SQL-Server (2005+) 和 Oracle (11g +) 回答
The question is answered for SQL-Server (2005+) and Oracle (11g +)
显然,sql-server 实现相当有限,Oracle 实现会产生奇怪的列名.
Obviously the sql-server implementation is rather limited and Oracle implementation yields strange column names.
这些是独立的解决方案还是基于某些 ANSI 标准?
Are these independent solutions or are there based on some ANSI-standards?
推荐答案
它不在 ANSI-92.
除了SQL 草案外,后续版本不可免费获得(据我所知):2003.也没有提到
注意:没有提到数据透视表和交叉表
Note: neither pivot nor cross-tab are mentioned
这篇关于PIVOT 语句是否有 ANSI 规范?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!