SQL
AخA
USE zhwikiquote_p;
SELECT log_comment, COUNT(*) AS `count`
FROM logging
GROUP BY log_comment
/*WHERE log_type = "delete"
AND log_action = "delete"
AND log_timestamp > 20180101000000*/
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.