Try it like this:
Code:
SET @TotalAssessedValue = (select TOP 1 totalassdval  from VTable order by CYear desc);