[h2] Duplicate records of the table

2014-08-04 Thread Thomas Mueller
Hi, > Is there any way with sql query to do so. Yes, you need to fix the 'insert into ... select' statement, so that the column count matches :-) Regards, Thomas On Mon, Aug 4, 2014 at 1:29 PM, vinay saharan > wrote: > I want to test my application performance for large database so i want

[h2] Duplicate records of the table

2014-08-04 Thread vinay saharan
I want to test my application performance for large database so i want to double my records. I tried 'insert into ... select ' but it shows column count does not match error. Is there any way with sql query to do so. -- You received this message because you are subscribed to the Google Groups