Users send messages to each others message boxes, how to find the user who knows the most other users (receive AND send??). I have SQL Server.
Table:
- USER_ID
- USER_NAME
- USER_GROUP
- MESSAGE_ID
- MESSAGE_MESSAGE
- MESSAGE_FROM_USER
- M_ESSAGE_TO_USER
A user can send and receive, so who knows the most other users (by send AND receive??)