when i try the following
SELECT serials.device_id
FROM serials
LEFT JOIN performance
ON serials.device_id = performance.device_id
i get
(Error Static analysis:
1 errors were found during analysis.
Missing expression. (near "ON" at position 25) SQL query: Edit Edit
SET FOREIGN_KEY_CHECKS = ON;
MySQL said: Documentation
2006 - MySQL server has gone away)