Mysql
 sql >> Base de données >  >> RDS >> Mysql

Problèmes pour sélectionner la bonne ligne dans une deuxième table

SELECT tbl_port_config.*, (SELECT TOP 1 error_counter1 FROM tbl_port_errors WHERE switch_id =tbl_port_config.switch_id) as error_counter_1 WHERE ......