MySQL 由 4.x 升級到 MySQL 5.x 上出現有關
Left Join 的問題時, 可以下列方法來解決。

Select 句子有一個 Left Join 時:
1. 在 From 後面加上一個 (
2. 在 Left join 前加上一個 )

Select 句子有兩個 Left Join 時:
1. 在 From 後面加上 ((
2. 在第一個 Left join 前加上一個 )
3. 在第兩個 Left join 前加上一個 )

答案由 OScommerce 的網站上: http://www.oscommerce.com/community/bugs,3259/search,mysql

Comments

Popular posts from this blog

Arduino - DFPlayer Mini MP3 Module

Android control color RGB LED using HC-05 Bluetooth with Arduino (Part I)

Arduino #27 AsyncWifimanager ElegantOTA ESP32 (WiFi Password Mgnt. + WiFi Firmware Update)