4
I’d like to lay a INNER JOIN
between two distinct tables but that are on the same server. It would be something like?
INNER JOIN BANCOA.tabelaA.colunaA ON BANCOA.tabelaA.colunaA = BANCOB.tabelaB.colunaB
Remembering that I’m doing this on MYSQL and tables are on the same server.
Take a look here -> https://stackoverflow.com/questions/1144051/selecting-data-from-two-different-servers-in-sql-server
– Helder Pereira
@Feliperodrigues if my answer does not help try to detail your problem better.
– Tmc