Hi,
I have two tables.
Table1:
MySymbol, BloombergSymbol
A, A_Bloomberg
B, B_Bloomberg
Table2:
MySymbol, Open, High, Low, Close
A,...
A,...
B,...
B,...
I want to perform one task--Delete all the records in table2 whose MySymbol matches one given BloombergSymbol in table1.
3x.