Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jcb267
Constraint Violating Yak Guru
291 Posts |
Posted - 2015-03-31 : 14:42:37
|
| Hello - I have a query that pulls data by date so that I have every day of the month but I would like to group it by month so that I only have one entry per month. Can that be done?Thanks,John |
|
|
bitsmed
Aged Yak Warrior
545 Posts |
Posted - 2015-03-31 : 14:43:51
|
| Have a look at "group by" |
 |
|
|
Maithil
Starting Member
29 Posts |
Posted - 2015-04-01 : 01:34:06
|
| Will you Please share example, how do you want the data actually??? |
 |
|
|
|
|
|