あなたの時間コード> 列は順序を指定しているようです。その場合、最後のゼロの数は次のようになります。
select count(*)
from table t
where t.col = 0 and
t.time > (select max(t2.time) from table t2 where t2.col = 1);
あなたの時間コード> 列は順序を指定しているようです。その場合、最後のゼロの数は次のようになります。
select count(*)
from table t
where t.col = 0 and
t.time > (select max(t2.time) from table t2 where t2.col = 1);