error เฉย ผมเช็คพวก field หมดเเล้ว ตรงกันแป๊ะ (copy มาวางใน code) ทำไมมันถึงมี error อ่าครับเกิดจากสาเหตุใดได้บ้าง ผมเขียนเเนวนี้มาตลอดเเต่ไม่มีปัญหาเหมือนอันนี้ ดูจนปวดหัว หรือเป็นไปได้ว่ามันขึ้นอยู่กับ server ด้วยพอดีเพิ่งเช่า hosting ใหม่ รบกวนผู้รู้เเนะนำทีนะครับ
Code
Error Query [SELECT product.product_id,
product.product_tag,
product.product_detail,
product.product_price,
product.product_post_date
FROM product
INNER JOIN location
ON product.location_id = location.location_id
WHERE location.location_country_code = 'TH'
ORDER BY product.product_post_date DESC]
SELECT product.product_id,
product.product_tag,
product.product_detail,
product.product_price,
product.product_post_date,
location.location_id
FROM product
INNER JOIN location
ON product.location_id = location.location_id
WHERE location.location_country_code = 'TH'
ORDER BY product.product_post_date DESC