зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			6 строки
		
	
	
		
			309 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 строки
		
	
	
		
			309 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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;
 |