SQLServerCentral » Latest topics
Return parents for children with certain condition
Ok, so here is my sample data I am testing against...
declare @t table (
Id int ,
Section int,
DateOccured DATE,
Missed int
);
insert into @t values
(
declare @t table (
Id int ,
Section int,
DateOccured DATE,
Missed int
);
insert into @t values
(
No comments:
Post a Comment