6 lines
		
	
	
		
			No EOL
		
	
	
		
			189 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			189 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
 | 
						|
	('football', 'Football', 100),
 | 
						|
	('basketball', 'Basketball', 100),
 | 
						|
	('baseball', 'Baseball', 100),
 | 
						|
	('soccer', 'Soccer Ball', 100),
 | 
						|
; |