The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need to manually run a query to generate a list.
I'm in a transition from one site to another with my members. I need to find out all the member's email address and User ID that have paid for a certain subscription. How would I run this so that I can get the list to copy and paste into an Excel sheet? |
#2
|
||||
|
||||
![]()
SELECT subscriptionlog.*,user.username,user.userid,user.e mail FROM subscriptionlog LEFT JOIN user USING(userid) WHERE subscriptionid=X
try that query. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|