зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 13:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 строки
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 строки
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [cross] join
 | |
|     on field1 <> field2
 | |
| 
 | |
| ... join 
 | |
|     (values (v11, v12),
 | |
|             (v21, v22), ...) as ...
 | |
| 
 | |
| natural ??? join (auto-detect fields with same name)
 | |
| ... using(a, b) - directly specify equal fields
 | |
| lateral(values(i + 1))
 | 
