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
		
	
	
		
			159 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			159 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- Create table with null and non-null default values
 | 
						|
CREATE TABLE calpont.PART_987(p_19 integer default NULL, p_31 numeric(25,2) default 12) engine=infinidb;
 |