declare @colum varchar(50)
set @colum='I_TechnicalEnglish'
select @colum 'Subject' from Internal1 where RegisterNo=92107134001 when I execute this command it returns the output as like this,
Subject
I_TechnicalEnglish It is not return the column value instead it returns column name, How to do this
Guna..............