Discuz! info: MySQL Query Error

Time: 2009-1-8 5:44pm
Script: /thread-2257-9-1.html

SQL: SELECT m.*, m1.username AS male_name, m2.username AS female_name
FROM diy_marriage_married AS m
LEFT JOIN [Table]members AS m1 ON m1.uid = m.male
LEFT JOIN [Table]members AS m2 ON m2.uid = m.female
WHERE m.male IN () OR m.female IN ()
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 ') OR m.female IN ()' at line 5
Errno.: 1064

Similar error report has beed dispatched to administrator before.