Group Specific set of data by Day

Posted by Jacques444 on Stack Overflow See other posts from Stack Overflow or by Jacques444
Published on 2010-03-02T10:43:55Z Indexed on 2010/05/17 3:00 UTC
Read the original article Hit count: 232

Filed under:
|
|
|

Need to get a certian subgroup of data per day (Seperated by weekday)

For example

Select weekday,bla,blabla,blablabla from dbo.blabla where bla = @StartDate and bla <=@endDate

I need the output to be:

Monday bla blabla blablabla

Tuesday bla blabla blablabla

If someone could help me that would be awesome.

Thanks & Regards Jacques

© Stack Overflow or respective owner

Related posts about sql

Related posts about reporting