The document SampleData.zip contains the insert script for 13600
records.Are you not able to access it using google docs SampleData.zip
On Nov 1, 4:22 pm, Thomas Mueller <[email protected]>
wrote:
> Hi,
>
> > Let me know if there
> > is a better way to attach a file.
>
> Yes, I usually use scripts to load generated data. Example:
>
> insert into test(a, b) select x/100, mod(x, 100) from system_range(1, 10000);
>
> You can also use the rand(), random_uuid(), and secure_rand()
> functions (see the docs).
>
> > The data can be loaded into the table using the insert scripts in file
> > SampleData.zip (I have shared it on Google Docs).
>
> If you can't create a 'generator' script, could you share the document with 
> me?
>
> Regards,
> Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to