Seu
time
coluna parece especificar a ordenação. Então o número de zeros no final seria:select count(*)
from table t
where t.col = 0 and
t.time > (select max(t2.time) from table t2 where t2.col = 1);
time
coluna parece especificar a ordenação. Então o número de zeros no final seria:select count(*)
from table t
where t.col = 0 and
t.time > (select max(t2.time) from table t2 where t2.col = 1);