![]() |
Execute SQL Query
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? |
SELECT subscriptionlog.*,user.username,user.userid,user.e mail FROM subscriptionlog LEFT JOIN user USING(userid) WHERE subscriptionid=X
try that query. |
All times are GMT. The time now is 07:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|