split up ohtani position row
This commit is contained in:
		
							parent
							
								
									6e17945d33
								
							
						
					
					
						commit
						7ebd375743
					
				| 
						 | 
				
			
			@ -54,6 +54,15 @@ where startingpos = '';
 | 
			
		|||
delete from allstarstartingpos
 | 
			
		||||
where startingpos is null;
 | 
			
		||||
 | 
			
		||||
insert into allstarstartingpos
 | 
			
		||||
values
 | 
			
		||||
	('ohtansh01', 2021, 0, 'AL', 1),
 | 
			
		||||
	('ohtansh01', 2021, 0, 'AL', 10)
 | 
			
		||||
;
 | 
			
		||||
 | 
			
		||||
delete from allstarstartingpos
 | 
			
		||||
where startingpos = '1;10';
 | 
			
		||||
 | 
			
		||||
CREATE TABLE "allstarstartingpos" (
 | 
			
		||||
	"player"	NUMERIC,
 | 
			
		||||
	"year"	NUMERIC,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue