fix silver slugger typo
This commit is contained in:
		
							parent
							
								
									e3288708a6
								
							
						
					
					
						commit
						834914eca8
					
				| 
						 | 
				
			
			@ -31,6 +31,10 @@ union
 | 
			
		|||
select distinct yearid, awardid, lgID
 | 
			
		||||
from "raw".awardsplayers;
 | 
			
		||||
 | 
			
		||||
update yearlyawards
 | 
			
		||||
set award = 'Silver Slugger'
 | 
			
		||||
where award = 'SIlver Slugger';
 | 
			
		||||
 | 
			
		||||
create table if not exists main."yearlyawards" (
 | 
			
		||||
	"year"	numeric,
 | 
			
		||||
	"award"	text,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue