Can anyone help me with custom SQL reports? When I create custom reports, I usually start with one of the canned as a template and I have not been able to find/figure out the datetime (where between) stuff and get it working successfully.
SELECT Convert(DateTime,Floor(Cast(DateTime as Float)),0) AS SummaryDate <.......> WHERE
( DateTime BETWEEN 37993 AND 38000.625 )
Any insight would be appreciated.