On Tue, Oct 23, 2012 at 3:10 AM, <[email protected]> wrote:

> merge into File (filepath, filesize, datemodified) key (filepath) values
> (?,?,?)


I've just created a table and tried this from the H2 console

merge into File (filepath, filesize, datemodified) key (filepath) values
('foo',9999,889)

No exception. And I run it with more than once. So, I have no idea why you
are getting one.

-- 
   Vasile Rotaru

-- 
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