I am very new to coding (a newbie).
At work place, I have following to do:
A) I have Table A B) I have Table B C) I need output Table C (how do I get it?)
I am describing in details here:
Input Tables A and B:
Output Table C:
I have to get Output table C for many many files and thus will be very difficult to match up Order and Order-1 in the Tables using copy and past option in excel.
Thanks a ton for looking into this.
Apologies if the question is not clear.
Please let me know if you need any further information regarding this.
this is Vba of SQL. practice sub myQuery.
You can try taking a
UNION
of the two tables:If you're not really using MySQL, then you should not have tagged your question as such, which generated an answer like this one.