SELECT `news_posts`.`ID` , `category`.`ID` , `news_posts`.`Title` , `news_posts`.`Author` , `news_posts`.`Time` , `news_posts`.`Cat_ID` , `news_posts`.`Tags` , `news_posts`.`imageLocation` , `news_posts`.`thumbLocation` , `category`.`name`
FROM `news`.`category`
LEFT JOIN `category`.`ID` = `news_posts`.`Cat_ID`
LIMIT 0 , 30
這是它帶來此SQL語句出錯1064?
1064的錯誤 - 你有一個錯誤的SQL語法;檢查與您的MySQL服務器版本相對應的手冊,以找到在'附近'使用的正確語法。
Cat_ID
LIMIT 0,16行
我會說其」 .Cat_ID LIMIT 0,30' 16行 – Jodrell
只是你會完全檢查你的左加入語法.. 。!顯示一些研究努力馬恩..! – Chella