Ver originalSELECT * FROM users AS t1LEFT JOIN installs AS t2 ON (t1.id = t2.usuario_id AND t2.station_id = 223 )WHERE t2.usuario_id IS NULL