select * from users where ((extract('epoch' from now()) - extract('epoch'
from last_login)) < 3000000) order by last_login DESC

is it possible to construct such views using couchdb permanent views?

thanks

Reply via email to