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 <[email protected] <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > 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 > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
