我用了一個查詢像MySQL錯誤內加入
select a.email,b.vuid
from user a
,inner join group b on a.uid = b.uid
where a.email='[email protected]' and a.kid=1 and b.vid=29
limit 1
,但我總是得到這個錯誤。
您的SQL語法錯誤;檢查對應於你的MySQL服務器版本附近使用正確的語法手冊「內參加B組的a.uid = b.uid其中a.email='[email protected]」在行1
我認爲它是因爲內部連接,但我不知道真的..有人可以幫助我嗎?
非常感謝! – Roby 2011-06-10 17:49:45