select Empregado, Produto, Qtd, Round([Total Unit],2) as 'Total Unit', ROUND(Total,2) as 'Total' from V_VEMP where data>=@data and data<=@date order by empregado, total