I have two tables, tableone
and tabletwo
from a MySQL database. Both tables have the same fields, I want to make one script in jsp that copies all data from tableone
into tabletwo
. I have two sql files that contain databases, tableone.sql
and tabletwo.sql
.
Can anybody help me with this problem?