Hi Team,
I have one question may need your help. I have a Table A with column A,B,C. and a Table B with column D,C,F. Is there a way I can automatically drop Table B's column which is existed in Table A? like in this case, should drop column C.
I tried to use the join and then select "right" output, but it seems the join output will keep the join key inside which still keeps the C column.
How can I exclude those columns existing in Table A from Table B? Thank you so much.