查看: 1104|回复: 3
|
Microsoft Excel or Sql scripts 能做到吗?
[复制链接]
|
|
1.我把以上这个 table order by day, grade
可是 grade 却不能 group 在一起. 有谁可帮我? day 和 grade sort properlly?
2. total count 0f day 1 的 sql script or excel function
total count 0f day 2 的 sql script or excel function
total count 0f day 3 的 sql script or excel function
total count 0f day 4 的 sql script or excel function
total count 0f day 5 的 sql script or excel function
3. total count for day 1 to day 5 的 sql script or excel function
4. tatal count of grade A
tatal count of grade B
tatal count of grade C
(2, 3, 4,excel or sql script 能 sum 到吗, how?) |
|
|
|
|
|
|
|
发表于 15-4-2005 02:52 PM
|
显示全部楼层
SQL
1. Select * from Table1 Order by Day,Grade
2. Select sum(Count),day,name,code,grade Where Day=1
3. Select sum(Count),day,name,code,grade where day between 1,5
4. Select sum(Count),day,name,code,grade Where Grade='A' |
|
|
|
|
|
|
|
发表于 25-4-2005 09:56 PM
|
显示全部楼层
Excel? 那可用的... ACCESS 还很勉强... 用sql Server 把... |
|
|
|
|
|
|
|
发表于 25-4-2005 09:58 PM
|
显示全部楼层
Excel? 那可用的... ACCESS 还很勉强... 用sql Server 把... |
|
|
|
|
|
|
| |
本周最热论坛帖子
|