Trekkan
Customer
Just got an email with the following error:
Looks like the sub-select's WHERE clause is messed up. =)
Code:
Database error in vBulletin 4.0.2:
Invalid SQL:
SELECT *
FROM dhv_dbtech_vbactivity_rewards
WHERE userid IN(
SELECT userid
FROM dhv_post AS post
WHERE
)
ORDER BY dateline DESC;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY dateline DESC' at line 7
Error Number : 1064
Request Date : Sunday, February 28th 2010 @ 05:03:51 AM
Error Date : Sunday, February 28th 2010 @ 05:03:51 AM
Script : http://www.XXXXXX.com/showthread.php?4328-New-main-toon&mode=threaded
Looks like the sub-select's WHERE clause is messed up. =)