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 |
|
kamalkishore_in
Yak Posting Veteran
76 Posts |
Posted - 2001-09-11 : 04:02:40
|
| Hi GuysI am having a table with the follingdt,code,amt2001/01/15,1,102001/01/12,1,502001/01/13,1,302001/02/10,1,202002/01/25,1,40and I want a monthly report with the year, month and day '01' group on Codefor example :dt,code,amt2001/01/01,1,902001/02/01,1,202002/01/01,1,40I need a single query if possible.Waiting.... |
|
|
|
|
|
|
|