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

SQL

AخA
 
USE trwiki_p;
select *
from flaggedrevs_statistics 
left join revision_userindex on rev_timestamp = frs_timestamp
left join logging_logindex on log_timestamp = frs_timestamp
where rev_user_text not like '%Bot'
limit 10;
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...