On 1/18/2024 1:04 AM, 'Drew Dimanlig' via H2 Database wrote:
I'm getting this error trying to execute a query that does ON CONFLICT DO UPDATE:
We don't support that part of the postgres syntax. You are better off using MERGE INTO, which we do support: https://h2database.com/html/commands.html#merge_into https://www.postgresql.org/docs/current/sql-merge.html -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/043d5749-3bb7-451e-89e8-595ea7e0e8bc%40gmail.com.
