You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			139 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			139 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- Create table with unique as a column constraint
 | 
						|
CREATE TABLE calpont.PART_987(p_19 integer, p_31 numeric(25,2) unique) engine=infinidb;
 |