Correct SQL statement for postgres
In standard sql, join binds tighter than comma, so we were joining on the wrong table. Postgres follows the standard (apparently).
Loading
Please register or sign in to comment
In standard sql, join binds tighter than comma, so we were joining on the wrong table. Postgres follows the standard (apparently).