SQL
x
use ptwiki_p;
select * from watchlist_count where wl_namespace=0 limit 5;
SELECT *
FROM revision r
WHERE r.rev_timestamp > 20170000000000
AND r.rev_page IN
(SELECT DISTINCT cl_from
FROM categorylinks
WHERE cl_to = "!Artigos_destacados")
LIMIT 5;
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.