SEDOLs: Difference between revisions

No change in size ,  12 years ago
Line 1,790:
select @sum = @sum + (ASCII(@char) - 48) * @weighting
end
else if (CHARINDEX(@char, @letters) >= 0) -- test for the rest of the alphabet
begin
select @isStillGood=@false
Anonymous user