This is very useful for eg., to delete posts older than one day
get users who logged in the last 1 hour etc

On Fri, Jan 9, 2009 at 3:47 PM, paul jobs <[email protected]> wrote:

> 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