Esto debería funcionar:
select
(select count(*) from tasks where completed = 1) /
(select count(*) from tasks where completed = 0)
from dual
Esto debería funcionar:
select
(select count(*) from tasks where completed = 1) /
(select count(*) from tasks where completed = 0)
from dual