Why does this "nested join" works with PDO but not with MySql cli? – Phpmyadmin
I don't understand why this query works and what it actually means. It should be noted that this query works when using PDO but doesn't through Mysql cli or even phpmyadmin. SELECT table1.something, table2.something FROM someTable LEFT JOIN table 1…