‏‏‎ ‏‏‎ ‏‏‎ ‏‏‎ ‏‏‎

JayC

Always Learning
Aug 8, 2013
5,493
1,398
All chatlogs are in the chatlogs table, it's not separated by rank. You'll have to write a query to do that. It'll be something like

SELECT * FROM Chatlogs WHERE user_id IN (SELECT ID from USERS where RANK = '3')

Obviously you'll have to change this query to match your columns and tables
 

Users who are viewing this thread

Top