Fork of Recent portal creations by Certes
This query is marked as a draft This query has been published by Certes.

SQL

AخA
 
SELECT SUBSTR(log_timestamp, 1, 6), COUNT(*)
FROM logging_logindex
WHERE log_namespace=100 AND log_type ='delete' AND log_action=log_type
AND log_timestamp >= '201901010000' AND log_title NOT LIKE '%/%'
GROUP BY SUBSTR(log_timestamp, 1, 6)
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.

Checking query status...