- 积分
- 1273
- 注册时间
- 2007-7-12
- 最后登录
- 1970-1-1
|
我想請問這些是什麼意思
Discuz! info: MySQL Query Error
User: orenice178
Time: 2007-10-24 11:15pm
Script: /thread-13430-1-23.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 (692,5019,2773,1935,4830,4296,3103,,1922,3893) OR m.female IN (692,5019,2773,1935,4830,4296,3103,,1922,3893)
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 '1922,3893) OR m.female IN (692,5019,2773,1935,4830,4296,3103,,19
Errno.: 1064
Similar error report has beed dispatched to administrator before. |
|