Hello all,
I have one question about mapping table:
So I have 2 table in two different database:
table1/database1
(id
ClientCode
age
)
table2/database2
(id
ClientName
adress
)
I would like to do a mapping table between my 2 tables in sort the 2 database can communicate together
table3
(
ClientCode
ClientName
type
)
now I would like to import it to excel
select ClientCode from table 3 where ClientCode = table2???
I have a little problem to understand that; can someone help me on that?
Ina
I have one question about mapping table:
So I have 2 table in two different database:
table1/database1
(id
ClientCode
age
)
table2/database2
(id
ClientName
adress
)
I would like to do a mapping table between my 2 tables in sort the 2 database can communicate together
table3
(
ClientCode
ClientName
type
)
now I would like to import it to excel
select ClientCode from table 3 where ClientCode = table2???
I have a little problem to understand that; can someone help me on that?
