Vous pouvez utiliser une sous-sélection
select * from table where client_id in
(select distinct client_id from table order by client_id limit 5)
Vous pouvez utiliser une sous-sélection
select * from table where client_id in
(select distinct client_id from table order by client_id limit 5)