I am having issues with the sql too...but i know the problem. He is aliasing the tables with their full name but not using the table prefix on them
SELECT [prefix here]subscriptionlog.userid, [prefix here]subscriptionlog.status, [prefix here]subscriptionlog.regdate, [prefix here]subscriptionlog.expirydate,
[prefix here]user.userid, [prefix here]user.username, [prefix here]user.usergroupid,
I am going to fix this and do a new XML file for everyone.
|