SELECT t1.*, t2.RateNo AS RateNo, 
      'NewUseUnit' = CASE ... END 
      ,( 'NewUseUnit' = CASE ... END ) * 2 AS 'NewUsePoint'          
.....