mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			700 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			700 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.db.select
 | 
						|
Prints vector map attributes
 | 
						|
Vector (v.*)
 | 
						|
ParameterVector|map|Input vector map |-1|False
 | 
						|
ParameterNumber|layer|Layer Number|1|None|1
 | 
						|
ParameterString|columns|Name of attribute column(s), comma separated|
 | 
						|
ParameterBoolean|-c|Do not include column names in output|False
 | 
						|
ParameterString|fs|Output field separator|,
 | 
						|
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
 | 
						|
*ParameterString|vs|Output vertical record separator|
 | 
						|
*ParameterString|nv|Null value indicator|
 | 
						|
*ParameterBoolean|-v|Vertical output (instead of horizontal)|False
 | 
						|
*ParameterBoolean|-r|Print minimal region extent of selected vector features instead of attributes|False
 | 
						|
OutputFile|file|Attributes
 |