I have a table that has the following data:
id_indication, id_user, lg_client
A user can indicate multiple clients (lg_client = 1) , would like a select that searches the 3 users who indicated the most, ie the three id_user that they have more lg_client = 1 .