I have 2 tables in my Java database. I would like to load rows from table1 and put them in table2. How can it be done please? I'm using ResultSet res = stmt.executeQuery(SQL) for reading from table I. What can I use to put this data to table II. ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here you are:
|
|||
|
|
|
YOu can try something likethis:-
Assuming that there are two columns in your table |
|||||||||||||
|
|
You can use PreparedStatments for this Example Code Is here
//Yourvaluehere - should come from the getmethods of the object - which is what i do, you can do something better if you have it in mind |
|||
|
|
INSERTstatement? You need to expand you explanation more. – Bhesh Gurung Nov 20 '12 at 19:18