Topic: insert data in mysql
I have :
Database 1, Table A with field a, b, c, d
Database 2, Table A with field a, b, c, d, e, f, g
May i know how to extract the data of field a, b, c, d of Database 1 into Database 2's a, b, c, d field, using mysql query?