Hi,
I have two tables - Table A and Table B.
Table A has around 1 billion rows and Table B has around 2 billions rows which might me already present in Table A. I need to move data to Table B if that row doesn't exists in Table A. I tried using simple NOT EXISTS statement but it gave error as timed out. I checked my timeout setting and is set to "0" -> which means unlimited time (Query Option).
Please let me know if there is any alternate way.
Thank you in advance !!!