V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liprais  ›  全部回复第 140 页 / 共 164 页
回复总数  3261
1 ... 136  137  138  139  140  141  142  143  144  145 ... 164  
2016-08-23 18:13:41 +08:00
回复了 wanderingFaker 创建的主题 问与答 [求助] sql count 函数加条件的问题
@wanderingFaker
count()是会计算 0 的,所以 else 那里写成 null
2016-08-23 16:50:08 +08:00
回复了 wanderingFaker 创建的主题 问与答 [求助] sql count 函数加条件的问题
count( case when done then 'done' else null end)
count 不计算 null
2016-08-22 11:13:10 +08:00
回复了 ambitiousxiao 创建的主题 问与答 产品特别不专业,搞的我想跑路了。
产品经理不都这样么
光游戏都买了好几万的了,
今年感觉买的最值的是 jetbrains 全家桶
是的我就是没有 ide 写不出代码的废柴
2016-08-16 09:47:35 +08:00
回复了 mathcoder23 创建的主题 问与答 excel 如何统计一列数据中的每个数据的重复次数
数据透视表
先想清楚学了之后想干啥,再考虑要学啥
2016-08-11 19:30:42 +08:00
回复了 loading 创建的主题 问与答 有没有能自定义所有格子 sql 语句的报表工具
finereport 就是 piece of shit
2016-08-09 15:33:46 +08:00
回复了 ideaplat 创建的主题 程序员 有没有推荐的数据可视化工具?
2016-08-08 17:19:22 +08:00
回复了 466934322 创建的主题 MySQL 求 mysql 数据库大神解答
@yjxjn 5000 w 数据就用 system z...银行吧?
2016-08-08 11:29:26 +08:00
回复了 Ryans 创建的主题 Docker 如何看待王垠评价 Docker ?
我觉得 wangying 会在国内混得很好,美国博士又能说会道,嘴炮力 max
奈何人家就是不回国
2016-08-07 20:08:26 +08:00
回复了 roth 创建的主题 服务器 公司服务器就放在办公场所合适吗
震动不合格,硬盘容易挂
2016-08-03 09:58:21 +08:00
回复了 wangpugod2003 创建的主题 MySQL SQL 查询和导入性能优化
导入用 load file in path ,比一条条插入快
2016-08-02 18:23:44 +08:00
回复了 z742364692 创建的主题 PostgreSQL 求助: postsql 日期获取问题
如果用 mysql 的话,可以这样
找到春节这一天 ,就用 spring_festival_date 表示好了
找出这一天的月份 :case when month(date_sub(spring_festival_date,interval 1 days) ) == 2 then 1 else 0 end
找出所有七天的月份,分组 count 一下就是你要的结果

postgres 函数可能不太一样,查查文档就行了
2016-07-17 14:12:47 +08:00
回复了 ETO 创建的主题 问与答 linux 下有什么好用的 MYsql 图形化管理工具呢?
datagrip
2016-07-14 21:50:06 +08:00
回复了 hackerwgf 创建的主题 硬件 入门级游戏主机 求建议
ps4?
2016-07-13 18:09:31 +08:00
回复了 baiyi 创建的主题 MySQL sql 语句优化求帮助
把这 1000 多手机号建个表写进去,手机号建成主键 ,然后查询的时候 join 下
2016-07-09 15:33:48 +08:00
回复了 HiHi 创建的主题 MySQL 关于 MySQL 之 LIMIT 语句的疑问
"If you combine LIMIT row_count with ORDER BY, MySQL ends the sorting as soon as it has found the first row_count rows of the sorted result, rather than sorting the entire result. If ordering is done by using an index, this is very fast. If a filesort must be done, all rows that match the query without the LIMIT clause are selected, and most or all of them are sorted, before the first row_count are found. After the initial rows have been found, MySQL does not sort any remainder of the result set."

http://dev.mysql.com/doc/refman/5.7/en/limit-optimization.html

RTFM
2016-07-08 20:26:32 +08:00
回复了 cuebyte 创建的主题 Oracle 甲骨文业务再次动手,欲对 Java 加以扼杀
标题党...
2016-07-01 10:10:10 +08:00
回复了 mrco 创建的主题 职场话题 我来吐个槽吧
造福人民群众,爆公司名字
1 ... 136  137  138  139  140  141  142  143  144  145 ... 164  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   956 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 67ms · UTC 20:59 · PVG 04:59 · LAX 13:59 · JFK 16:59
Developed with CodeLauncher
♥ Do have faith in what you're doing.