Good day. Such situation, is mysql. In it, the label znacheniya is admissible, and in this label such columns are: id, name, chislo. In the same table these values:
1 - id, name - Tolya, chislo - 1; 2 - id, name - Igor, chislo - 5; 3 - id, name - Pasha, chislo - 3;
The task is to output chislo values from larger to smaller in php, like this:
Igor - 5 Pasha - 3 Tolya - 1
Thank you in advance.