Hi Experts,
Need some tsql help.
create table #temptbl
(
c1 varchar(100)
)
insert into #temptbl
select ', , , , , , , 4.0, 4.0,'
union all
select ', , , ,4.0, 4.0, 4.0,'
union all
select ',
Need some tsql help.
create table #temptbl
(
c1 varchar(100)
)
insert into #temptbl
select ', , , , , , , 4.0, 4.0,'
union all
select ', , , ,4.0, 4.0, 4.0,'
union all
select ',