begin;
update allstarfull
set gamenum = 1
where gameid = 'ALS196207100';
set gamenum = 2
where gameid = 'NLS196207300';
delete from allstarfull
where playerid = 'freesda01' and yearid = 2012 and lgid = 'AL';
commit;