Viewing post 1 (of 1 total)
declare @ab varchar (100)
set @ab='''483503'''
print @ab
select * from tm_temp_empmastall where employeeid=@ab
firstly set @ab='''483503''' is creating a variable who value is...
November 5, 2008 at 6:41 am
#894195