I would like to make a INNER JOIN
between two distinct tables that are on the same server. Was it something like that?
INNER JOIN BANCOA.tabelaA.colunaA ON BANCOA.tabelaA.colunaA = BANCOB.tabelaB.colunaB
Remembering that I'm doing this in MYSQL and the tables are on the same server.