V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  liyanggyang  ›  全部回复第 5 页 / 共 5 页
回复总数  87
1  2  3  4  5  
2016 年 8 月 26 日
回复了 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 年 8 月 11 日
回复了 loading 创建的主题 问与答 有没有能自定义所有格子 sql 语句的报表工具
润乾报表
2016 年 8 月 5 日
回复了 triffic 创建的主题 问与答 MacBook Pro(2012 款)升级系统(EI Capitan)之后,如何回退?
自己做一个 u 盘启动盘 自己装系统呗
2016 年 7 月 14 日
回复了 Pan940425 创建的主题 Angular 请教一个关于 angular.js 循环的问题
<div ng-repeat>
<th id="th1">...</th>
<tr id="tr1">...</tr>
</div>
2016 年 7 月 14 日
回复了 Pan940425 创建的主题 Angular 请教一个关于 angular.js 循环的问题
外面包裹一个呗
<div ng-repeat>
<th id="th1">...</th>
<tr id="tr1">...</tr>
<div>
@Actrace 兄弟,赌球角度来算,只是打平 1:1
1  2  3  4  5  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4269 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 10:00 · PVG 18:00 · LAX 03:00 · JFK 06:00
♥ Do have faith in what you're doing.