Posts by Igor Resende • 5 points
2 posts
-
-2
votes1
answer654
viewsA: Is it possible to list 2 tables from 2 different banks?
Yes, it is possible through linkedserver. Where you take Banco A and Banco B (ipdobanco/Bank name in linkedserver) and assemble your query select * from Bancoa.dbo.tableA; Select * from…
-
-1
votes1
answer26
viewsA: CONCAT WITH ERROR
In function CONCAT, you pass CONCAT(Parametro A, PArametro B, Parametro C.....) example: CONCAT(last_name, '''s job category is ') where will display: Hall’s job Category is SA_REP' Your select is…