Viewing post 1 (of 1 total)
The ans given here is wrong;
i used here
declare @temp table (num int, numdesc varchar(50))
insert @temp select 1, 'one'
union select 2, 'two'
union select 3, null
union select...
April 15, 2010 at 12:13 am
#1151890