FedLounge Member Dec 1, 2017 #1 Hi guys, Do any of you know a database query to run that will generate a list of usernames that have replied to a specific thread id?
Hi guys, Do any of you know a database query to run that will generate a list of usernames that have replied to a specific thread id?
FedLounge Member Dec 1, 2017 #2 Figured it out thanks to help from @Xon . For anybody from the future searching: select distinct username from xf_post where thread_id = ###### Upvote 0 Downvote
Figured it out thanks to help from @Xon . For anybody from the future searching: select distinct username from xf_post where thread_id = ######