12 lines
		
	
	
		
			No EOL
		
	
	
		
			404 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			404 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
 | 
						|
	('coffeecup_a', 'Cup of coffee', 1),
 | 
						|
	('bubbletea_a', 'Bubble Tea', 1),
 | 
						|
    ('capisun_a', 'Juice Capi-Sun', 1),
 | 
						|
	('hotdog_a', 'Hotdog with mustard', 1),
 | 
						|
	('hotdog_b', 'Hotdog with ketchup', 1),
 | 
						|
	('carneasada_a', 'Carne asada', 1),	
 | 
						|
	('nachos_a', 'Nachos', 1),
 | 
						|
	('kebab_a', 'Kebab', 1),		
 | 
						|
	('burrito_a', 'Burrito', 1),
 | 
						|
	('churros_a', 'Churros', 1)
 | 
						|
; |