J
Junior
Seems so simple - yet having all kinds of trouble.
I have a table with [Date], [Text1] and [Text2].
Raw data looks like this:
Date Text1 Text2
1/1/2007 5:34pm aaa
1/5/2007 6:23pm bbb 1
1/15/2007 3:12pm ccc 1
2/10/2007 1:12pm ddd
2/25/2007 3:54pm eee 1
[Text2] may contain null values.
I want to group by month and count the records. So:
Date Text1 Text2
Jan-2007 3
Feb-2007 2
I have a table with [Date], [Text1] and [Text2].
Raw data looks like this:
Date Text1 Text2
1/1/2007 5:34pm aaa
1/5/2007 6:23pm bbb 1
1/15/2007 3:12pm ccc 1
2/10/2007 1:12pm ddd
2/25/2007 3:54pm eee 1
[Text2] may contain null values.
I want to group by month and count the records. So:
Date Text1 Text2
Jan-2007 3
Feb-2007 2