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 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- Big add with spaces instead of commas between actions
 | 
						|
  ALTER TABLE USIG
 | 
						|
  ADD COLUMN NUL INT
 | 
						|
  ADD COLUMN c4 INT
 | 
						|
  ADD c3 decimal(9,4)
 | 
						|
  add c4 char(10)
 | 
						|
  add c5 varchar(1024);
 |