How should i make a query extracting data from two connections.
I have 4 connections in SC. 1st is the conn_general with all member data, the other 3 connections (eg conn_project1, conn_project2 and conn_project3) containing data for the specific project. Now i want to create ‘join’ between two table with a different connection. So i can replace eg member #1 with the lastname/date of birth/… stored in a table in conn_general.
Is this possible?