I have this
Table1 Table2
col1 col1
col2 col2
col3 col3
The table1.col1 is empty right now and it needs to be updated from table2.col1.
but condition should be if the table1.col2 data is matching the data in table2.col2.
Please advice.
Thanks