Query Run
use commonswiki_p; SELECT HOUR(rev_timestamp) AS hour, COUNT(*) AS... 3 years ago
use commonswiki_p; SELECT FLOOR(rev_timestamp/24000000) AS hour, COUNT(*) AS... 3 years ago
use commonswiki_p; SELECT FLOOR(rev_timestamp/1000000) AS Day, COUNT(*) AS... 3 years ago