I have two datasources related by a common trade_num field...
i want to find all of the trade_nums in datasource A that are not in datasource B...
how do I join those two tables.. I tried inner join - not enforced - != but it didn't work...
any ideas?
Thanks
Shane
i want to find all of the trade_nums in datasource A that are not in datasource B...
how do I join those two tables.. I tried inner join - not enforced - != but it didn't work...
any ideas?
Thanks
Shane