зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 13:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 строки
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 строки
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| insert into
 | |
|     values/(select...)
 | |
| update
 | |
|     table-name set col=val where predicate
 | |
|     ...
 | |
| delete
 | |
|     (at ddl can do "on delete cascade")
 | |
| copy (pg-specific)
 | |
| 
 | |
| 
 | |
| insert/update/delete
 | |
|     returning list-of-scalar-values
 | 
