ignore the 'Green' i typed that accidentally same thi g with the line below... what i actually had was:
Create Table #T1 (Id Int, s98 Int,s99 Int, s00 Int, yr_joined varchar(4))
Insert Into #T1 Values(1, 206,65,11,'')
Insert Into #T1 Values(2, 0,23,11,'')
Insert Into #T1 Values(3, 0,0,11,'')...