摘要: 有时,需要汇报累计值以显示一些操作的执行过程。例如,可能需要汇报销售日报,如表5.6所示的结果。 表5.6 销售日报 Date(日 期) Sales(销 售 额)($) ... 阅读全文
posted @ 2007-03-17 15:27 冷火 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 分组统计并且累加的问题 问:说有张表 Table (Date, Name, Income). 我想按Name和Date进行月份分组合计Income(不同的姓名和月份要区分出来),并且增加一个字段Cum,显示各月的Income的累加(当然月份是按升序排列)。Date字段是日期型,格式:mm/dd/yyyy,这个查询怎么写?谢谢! 答:如果没猜错的话你的原意,Income 和Cum是两个字段,... 阅读全文
posted @ 2007-03-17 14:17 冷火 阅读(539) 评论(0) 推荐(0) 编辑
摘要: //-----------------------------------------------------------------------// This file is part of the Microsoft .NET Framework SDK Code Samples.// // Copyright (C) Microsoft Corporation. All rights... 阅读全文
posted @ 2007-03-17 09:53 冷火 阅读(349) 评论(0) 推荐(0) 编辑
摘要: //-----------------------------------------------------------------------// This file is part of the Microsoft .NET Framework SDK Code Samples.// http://asp.dotnetheaven.com/// Copyright (C) Micros... 阅读全文
posted @ 2007-03-17 09:51 冷火 阅读(304) 评论(1) 推荐(0) 编辑
摘要: Most recommended way to create web or windows database applications is based on "allocation" of the data access layer (DAL) in a separate layer. There are many ways to create this layer, of course, ... 阅读全文
posted @ 2007-03-17 08:19 冷火 阅读(263) 评论(0) 推荐(0) 编辑