Hello, everyone, I'm running CF server connecting to an Oracle (11g) db. I have a table that keeps track of projects (past, present, future) and need a way to sum the days for each project, for…
This may be a good start. Display by Month Year the Average and Sum Dates between Start and Stop by Project. SELECT CAST ( (CAST(MONTH(Start) AS varchar(2)) + '/01/' +…
