caigaopei

caigaopei

V2EX member #120995, joined on 2015-06-07 10:54:21 +08:00
caigaopei's recent replies
一点可以说明制度不到位,还有就是要离职的那位同事平时对自己比较松散,代码写注释是最基本的规范,但是遇到这个事情了也只能硬着头皮去梳理了,毕竟也是你的本职工作,换个角度来看,说不定也能吸取到好的东西,毕竟能看懂别人写的东西是一件很伟大的事情... 平常心 平常心!!!
Jun 13, 2015
Replied to a topic by xuyl MySQL 简单的 sql 查询问题,求教
@xuyl 好像还是不对.. 菜鸟飘过...
Jun 13, 2015
Replied to a topic by xuyl MySQL 简单的 sql 查询问题,求教
@xuyl select name,sex,max(score) from score group by name LIMIT 0,2; 这个笨办法不知道可行不..

+------+-------+------------+
| name | sex | max(score) |
+------+-------+------------+
| andy | man | 95 |
| lily | woman | 90 |
+------+-------+------------+
Jun 13, 2015
Replied to a topic by xuyl MySQL 简单的 sql 查询问题,求教
select name, sex ,max(score) from score group by sex;
+------+-------+------------+
| name | sex | score |
+------+-------+------------+
| tony | man | 95 |
| lily | woman| 90 |
+------+-------+------------+
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5419 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 05:47 · PVG 13:47 · LAX 22:47 · JFK 01:47
♥ Do have faith in what you're doing.