摘要:
题目看懂了到是不难,直接枚举,不过调错真是调了好久,提交了12次才过啊啊啊啊啊 1 /* 2 3 ID: hubiao cave 4 5 PROG: runround 6 7 LANG: C++ 8 9 */ 10 11 12 13 14 #include 15 16 #include 17 #include 18 #include 19 #include 20 21 using namespace std; 22 23 24 25 26 int main() 27 28 { 29 30 31 32 33 ifstream fi... 阅读全文
posted @ 2013-08-30 18:00
cavehubiao
阅读(203)
评论(0)
推荐(0)
摘要:
原来多个条件是,就是多个的条件组合啊首先group by 的简单说明: group by 一般和聚合函数一起使用才有意义,比如 count sum avg等,使用group by的两个要素: (1) 出现在select后面的字段 要么是是聚合函数中的,要么就是group by 中的. (2) 要筛选结果 可以先使用where 再用group by 或者先用group by 再用having下面看下 group by多个条件的分析:在SQL查询器输入以下语句create table test(a varchar(20),b varchar(20),c varchar(20))insert int 阅读全文
posted @ 2013-08-30 17:32
cavehubiao
阅读(264)
评论(0)
推荐(0)

浙公网安备 33010602011771号