Můžete použít podvýběr
select * from table where client_id in
(select distinct client_id from table order by client_id limit 5)
Můžete použít podvýběr
select * from table where client_id in
(select distinct client_id from table order by client_id limit 5)