2
Reply

what will be d output of the following code segment?

Anjali Khan

Anjali Khan

Sep 14 2017 11:18 AM
148
hi frnds
 
wt is the output for the below code ?
 
declare @my_name char(10) = 546875.5 
set @my_name = @my_name + '100'
select @my_name

Answers (2)