select name, ext, uni, f.all from friends_by_concentration f, concentrations c where f.concentration_id=c.id order by f.all desc;