зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
e95657b0d2
Коммит
d67062f6dd
5
db/sql/postgres/feature/dml/on-conflict.txt
Обычный файл
5
db/sql/postgres/feature/dml/on-conflict.txt
Обычный файл
@ -0,0 +1,5 @@
|
|||||||
|
https://www.postgresql.org/docs/current/sql-insert.html#SQL-ON-CONFLICT
|
||||||
|
https://www.prisma.io/dataguide/postgresql/inserting-and-modifying-data/insert-on-conflict
|
||||||
|
https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-upsert/
|
||||||
|
|
||||||
|
ON CONFLICT (field_id) DO UPDATE SET field_name = EXCLUDED.field_name;
|
||||||
Загрузка…
x
Ссылка в новой задаче
Block a user