yangbing1008
Programmer
I am trying to retrieve data from two tables which are from two datasources (db1 & db2)and some columns need to be joined from these two tables. eg, table1: col1,col2,col3 table2:col4,col5,col6, I need col1,col2,col4,col5 where col3=col6. Do anyone know how to implement it in CRXI?