1: 2: 3: 4:
SELECT DISTINCT Table1.DateToRun AS Dates, Count(Table1.Count) AS [Count] FROM Table1 GROUP BY Table1.DateToRun;