This query is marked as a draft This query has been published by Legoktm.

SQL

AخA
 
select
  distinct substring(log_timestamp, 1, 8)
from
  logging_userindex
  join actor on log_actor = actor_id
where
  actor_name = "Explicit"
  and log_type = "delete"
  and log_action = "delete"
  and log_timestamp like "20______0000%"
  order by log_timestamp desc;
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...