Sql server 兼容级别引发的血案
摘要:
错误: 昨天给同事做一个Demo ,就是关于enhance T-Sql 中PIVOT的用法:select * from PrivtDemo pivot ( sum([mark]) for [course] in([语文],[数学],[英语])) as pvt用法发生了如下的错误Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '('.... 阅读全文
posted @ 2008-07-30 09:34 Simon.Huang 阅读(2273) 评论(0) 推荐(0) 编辑