Hi, I am very new to SQL Server and would appreciate help with a task I have to do. I have a table [Table1] where I am showing a customer (CUSTID) along with an Account (AccountId) [cust can have many accounts] a date of opening[Opdate] and a date of closing [Cldate]. What I want to do is have a small table showing the months of the year along one axis and “Open” and “Closed” as the header line, with the input being the count of accounts either opened or closed during that month. How do I create such a table in SQL server?? Thanks for your help!
Blitz