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

SQL

x
 
# SHOW TABLES FROM enwiki_p;
# DESCRIBE enwiki_p.pagetriage_page;
/* 
SELECT * 
FROM enwiki_p.pagetriage_page
WHERE ptrp_reviewed = 0; 
*/
# DESCRIBE enwiki_p.logging;
SELECT * FROM logging WHERE log_user = 120801 AND log_timestamp > (NOW() - INTERVAL 7 DAY;
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...