Fork of
Danna-patrol check
by אמא של גולן
This query is marked as a draft
This query has been published
by IKhitron.
SQL
x
set @date = "20170910";
use enwiki_p;
select distinct log_type from logging_userindex
where #log_type = "patrol" and
log_timestamp like concat(@date, "%")
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.