Hi, > I want MERGE to update AB but it fails because > it apparently is trying to merge 2 rows into one row.
No, it is trying to merge one row into two rows: before merging, there are two rows in test_ab with aid = 1. Therefore, aid can't be used as the key. 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.
