If you do a regular JOIN eg. `SELECT * FROM crashe...
# macos
f
If you do a regular JOIN eg.
SELECT * FROM crashes, users USING (uid);
the crashes table gets called first and fails due to the missing required
WHERE
clause, similar to the behavior you can observe when running a query against
chrome_extensions