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 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			206 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			206 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- Additional check constraint from QA
 | 
						|
CREATE TABLE calpont.PART( p_partkey int not null, p_a varchar(55), p_b
 | 
						|
decimal(8,2), p_c int default 1, p_d varchar(25) constraint checkitout check
 | 
						|
(varchar = 'a' ))
 |