MySQL query which works in phpMyAdmin is not working in PHP code

前端 未结 0 1030
遇见更好的自我
遇见更好的自我 2021-02-05 12:42

Query

SELECT * FROM brand INNER JOIN product ON brand.brand_id = product.brand_id

This works in phpmyAdmin But does not work in PHP code

I get this warning<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题