You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://neon.tech/postgresql/postgresql-tutorial/postgresql-merge
In PostgreSQL MERGE statement examples
if you set email unique, you can't insert like it INSERT INTO leads(name, email) VALUES ('John Doe', '[[email protected]](../cdn-cgi/l/email-protection.html)'), ('Jane Doe', '[[email protected]](../cdn-cgi/l/email-protection.html)') RETURNING *;
Expected results:
Actual result:
The text was updated successfully, but these errors were encountered:
https://neon.tech/postgresql/postgresql-tutorial/postgresql-merge
In PostgreSQL MERGE statement examples
if you set email unique, you can't insert like it
INSERT INTO leads(name, email) VALUES ('John Doe', '[[email protected]](../cdn-cgi/l/email-protection.html)'), ('Jane Doe', '[[email protected]](../cdn-cgi/l/email-protection.html)') RETURNING *;
Expected results:
Actual result:
The text was updated successfully, but these errors were encountered: