Reproduce: ```sql CREATE TABLE test (id INT); SELECT * FROM test INNER JOIN test ON test.id = test.id; ``` This is broken for every type of join.