resultat = achats.filter(achats.montant > 30.0) \ .join(clients, clients.idclient == achats.idclient) \ .select("nom") \ .distinct()