blob: caae00d071c50473184d80c3022dddacaba4f3aa [file] [log] [blame]
select c_timestamp, COUNT(DISTINCT c_integer) from alltypes group by c_timestamp order by c_timestamp;