-
That is, if an see https://www.postgresql.org/docs/current/sql-insert.html#SQL-ON-CONFLICT and https://stackoverflow.com/questions/17267417/how-to-upsert-merge-insert-on-duplicate-update-in-postgresql |
Beta Was this translation helpful? Give feedback.
Answered by
agentm
Jan 27, 2022
Replies: 1 comment 5 replies
-
No, currently Project:M36 does not support this. However, inserting a tuple into a relation which is already present in the tuple is not an error since it's merely a reassertion of the same truth. This behavior is different from SQL.
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
boogerlad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, currently Project:M36 does not support this. However, inserting a tuple into a relation which is already present in the tuple is not an error since it's merely a reassertion of the same truth. This behavior is different from SQL.