07 2010 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int? a; a = null;//此时输出3 //a = 6... 阅读全文
posted @ 2010-07-27 16:18 SeanWang 阅读(371) 评论(1) 推荐(0)
摘要:ROW_NUMBER、RANK、DENSE_RANK的用法(爱新觉罗.毓华 2007-12-16 广东深圳)SQL Server 2005 引入几个新的排序(排名)函数,如ROW_NUMBER、RANK、DENSE_RANK等。这些新函数使您可以有效地分析数据以及向查询的结果行提供排序值。 ------------------------------------------------------... 阅读全文
posted @ 2010-07-05 13:10 SeanWang 阅读(199) 评论(0) 推荐(0)