-1
I’m making a system and I have to know which user sent the most messages. My tables are more or less like this:
User
id|nome|sobrenome|email| ...
Messages
id|uid|nome|email|assunto|msg| ...
I just need to know which user sent more messages,
From now on, thank you :)
There is the
count()
to return the number of lines, I think it would be enough.– Inkeliz
Ta, but to return from the largest pro minor? Type, which user sent the most messages and which one sent the least ...
– Robert Junio