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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how do you count using the datepart(ww, t.ticket_r

Author  Topic 

colby
Starting Member

6 Posts

Posted - 2000-11-17 : 15:06:56
how can i count each week using this function so that each week would say period 1
period 2
and so forth

datepart(ww, t.ticket_request_d) using to count how?


   

- Advertisement -