select * from tbl as t4
where exists (select 1 from (
select min(t) as t from(
select t1.id,t1.t,t2.data from tbl as t1
inner join tbl as t2 on t2.t between t1.t and t1.t + interval 1 minute
) as t3
group by id
having sum(data=1)/count(*)>0.8
) as t5 where t4.t between t5.t and t5.t+interval 1 minute)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/10 01:26
2020/11/10 01:28
2020/11/10 02:50 編集
2020/11/10 03:27 編集
2020/11/10 03:45
2020/11/10 04:06 編集
2020/11/10 04:07
2020/11/10 09:55 編集
2020/11/10 10:00
2020/11/10 12:01
2020/11/10 12:36 編集
2020/11/13 13:50