CharlesChen's Technical Space

简单实用是我一直在软件开发追求的目标(I Focus on. Net technology, to make the greatest efforts to enjoy the best of life.)
Not the best, only better
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

02 2012 档案

摘要:SQL Server 2000中使用本地系统帐户和域用户帐户两者区别 阅读全文

posted @ 2012-02-16 14:51 Charles Chen 阅读(10323) 评论(0) 推荐(0)

摘要:本文转载于T-Sql:字符串分组聚合,也许你还有更简单的办法? 今天在看订阅的RSS的时候,看到这么一个问题:T-Sql中如何对分组的信息进行聚合,并以逗号连接字符;也就是对一个表中的某个字段进行分组,然后对另一个字段聚合,如果表达得不太清楚,请看下面的表。 原表:ParentChildCharlesWilliamCharlesHarryAnnePeterAnneZaraAndrewBeatriceAndrewEugenie处理后的结果: ParentChildrenCharlesWilliam,HarryAnnePeter,ZaraAndrewEugenie,Beatrice 貌似很简... 阅读全文

posted @ 2012-02-15 15:41 Charles Chen 阅读(580) 评论(0) 推荐(0)

摘要:SQL中使用update inner join和delete inner join 阅读全文

posted @ 2012-02-15 11:24 Charles Chen 阅读(547) 评论(0) 推荐(0)