Viewing 3 posts - 1 through 4 (of 4 total)
MMartin1 (12/17/2015)
Banbo Bird (12/14/2015)
Create table T1
(
pid INT primary key identity(1,1),
name varchar(10),
amount int
)
Create table T2
(
sid INT primary key identity(1,1),
subnum int,
flag varchar(5),
...
December 17, 2015 at 11:45 pm
I want to Print all the records to a XML Page,So I Need to convert select result to variable
April 24, 2014 at 12:16 am
when c0=1 and a0=b0 then print
when c0=1 and c1=1 and a0=b0 and a1=b1 then print
when c1=1 and a1=b1 then print
when c1=1 and c2=1 and a1=b1 and a2=b2 then print
....
when...
April 19, 2014 at 3:32 am
Viewing 3 posts - 1 through 4 (of 4 total)