Ver originalSELECT COUNT(*) FROM base1.tabla1 b1t1 INNER JOIN base2.tabla2 b2t2 ON b1t1.id = b2t2.account WHERE b1t1.id = 5;