Habe hier ein Join der irgenwie nicht so richtig will.

PHP-Code:
select cs.*,lu.*,fs.*,fru.* from fruiter_stats AS fs 
              LEFT JOIN ad_daten_candyshop 
AS cs
              LEFT JOIN luckyvegas_stats 
AS lu ON (lu.id=72)
              
LEFT JOIN fruitseven_stats AS fru ON (fru.id=102)
              
where fs.id 63 LIMIT 1 
MySQL meldet nur:
#1064 - 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 'where fs.id = 63 LIMIT 1' at line 5
Weiß leider nicht was da falsch sein sollte daher benötige ich mal hilfe...