How about if each of the table is from two different databases? ie: DB_N and DB_W. I would like to link the formula field (@PCR_NO) from DB_N to field (Run_No) from DB_W. Is this possible?
Select * from DB_N.table_N
full outer join DB_W.table_W
on DB_N.table_N.@PCR_NO = DB_W.tabel_W.Run_No
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.