Bạn có thể sử dụng một lựa chọn phụ
select * from table where client_id in
(select distinct client_id from table order by client_id limit 5)
Bạn có thể sử dụng một lựa chọn phụ
select * from table where client_id in
(select distinct client_id from table order by client_id limit 5)