I am using MySQL database.
Supposedly I have 3 table.
Table A : column ida
Table B : column idb
Table C: column A,B
I want to write a single through which I can insert values from Table A and Table B to Table C ??
I am using MySQL database.
Supposedly I have 3 table.
Table A : column ida
Table B : column idb
Table C: column A,B
I want to write a single through which I can insert values from Table A and Table B to Table C ??