java How to transfer the data in one table of a database to another table
CSDN Q & A 2022-02-13 06:20:48 阅读数:221
java How to transfer the data in one table of a database to another table
insert TABLEB select * from TABLEA
Kettle
This can use dual data sources , Connect two databases respectively , A query , An addition .
copyright:author[CSDN Q & A],Please bring the original link to reprint, thank you. https://en.javamana.com/2022/02/202202130620470925.html