I want to update data content of table A with data content of CSV file,(table A and CSV file have the same column name).
Is merge join my best option?
I want to update data content of table A with data content of CSV file,(table A and CSV file have the same column name).
Is merge join my best option?
I prefer to use staging tables: