Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT CONVERT(DECIMAL(18,2), count(TRANSTYPE))/(select datediff (day, '11/10/2005', '12/31/2008')) as CntperDay
FROM dbo.PTINFO
SELECT ROUND(CONVERT(DECIMAL(18,2), count(TRANSTYPE))/(select datediff (day, '11/10/2005', '12/31/2008')),2) as CntperDay
FROM dbo.PTINFO