Does Ruby Sequel have an equivalent for the SQL "coalesce" function? DB[:some_table].select{coalesce(some_column, 0)}