3
Well, I would like to know how to return the record with the field with the highest number of appearances in a phpMyAdmin database table.
See the following image:
I would like to get "Joao". I tried to use mysql_num_rows
, but I was unsuccessful.
There’s a way to mysql_num_rows
?
The query worked perfectly! Thank you!
– Victor Eyer