If I create a Select statement to select a username and userid from a table then I want to select the userid from another table and sort on the userid for example I sorted on the email usernames and userIDs, then I wanted to select the userids from another table and search for how many messages were sent from the user id in 1 day. Can I use the group function or is there a better what to search on this? If so, please tell me the best way to accomplish this.
Thanks!!
Thanks!!
Comment