PIVOT and UNPIVOT: Optimization and Execution Strategies in an RDBMS
摘要: PIVOT和UNPIVOT两个运算符可将表中的数据进行行列置换;本文介绍这两个关系运算的语法、语义、实现原理,及与其他关系运算联合使用时,SQL Server 2005所做的优化。翻译得很烂,并没有严
阅读全文
posted @
2008-12-20 22:20 Silent Void 阅读(482) |
评论 (1) 编辑
数据库中罪恶的NULL
摘要: 1.Null表示Unknow;
2.聚合运算;
3.性能;
4.NO NULL!
阅读全文
posted @
2008-12-13 18:23 Silent Void 阅读(808) |
评论 (2) 编辑