select * from users where ((extract('epoch' from now()) - extract('epoch'
from last_login)) < 3000000) order by last_login DESCis it possible to construct such views using couchdb permanent views? thanks
select * from users where ((extract('epoch' from now()) - extract('epoch'
from last_login)) < 3000000) order by last_login DESCis it possible to construct such views using couchdb permanent views? thanks