I have two databases, one with a table called v_esd
and the other call channel_did
in v_esd
there is a column called number
and in channel_did
a column called did
i want to search through the channel_did
table and match the did
column value with the number
column in the v_esd
table. if there is no match, display the results.
i have 2 different connection strings as they are 2 completely separate databases