declare @x1 int,@y1 numeric(18,2)
set @x1=20
selet @y1=@x1,@y1=@y1/100
select @y1