V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  liyanggyang  ›  全部回复第 4 页 / 共 4 页
回复总数  67
1  2  3  4  
2016-08-26 14:04:34 +08:00
回复了 KagamineLenKai2 创建的主题 MySQL 求教,这段 SQL 该怎么写……
这个,很容易啊,假设表是 table.
select name,idnumber,date,other,(case when counts>0 then 'yes' else 'no' end) ) '<7day' from (
select name,idnumber,date,other,
(select count(1) from table where idnumber=t.idnumber and name=t.name
and trunc(date) between trunc(t.date-7) and t.date ) counts
from table t
);
2016-08-11 14:30:15 +08:00
回复了 loading 创建的主题 问与答 有没有能自定义所有格子 sql 语句的报表工具
润乾报表
2016-08-05 17:32:52 +08:00
回复了 triffic 创建的主题 问与答 MacBook Pro(2012 款)升级系统(EI Capitan)之后,如何回退?
自己做一个 u 盘启动盘 自己装系统呗
2016-07-14 16:47:26 +08:00
回复了 Pan940425 创建的主题 Angular 请教一个关于 angular.js 循环的问题
<div ng-repeat>
<th id="th1">...</th>
<tr id="tr1">...</tr>
</div>
2016-07-14 16:46:54 +08:00
回复了 Pan940425 创建的主题 Angular 请教一个关于 angular.js 循环的问题
外面包裹一个呗
<div ng-repeat>
<th id="th1">...</th>
<tr id="tr1">...</tr>
<div>
@Actrace 兄弟,赌球角度来算,只是打平 1:1
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2251 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 02:28 · PVG 10:28 · LAX 19:28 · JFK 22:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.