Fork of Most protected pages by NguoiDungKhongDinhDanh
This query is marked as a draft This query has been published by NgocAnMaster.

SQL

AخA
 
SELECT
  log_namespace AS namespace,
  log_title AS protected_page,
  COUNT(log_title) AS occurrences,
  MAX(log_timestamp) AS latest_occurence
WHERE page_name CONTAINS "Wikipedia:Biểu quyết xoá bài/"
LIMIT 500;
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.

This query has never yet been executed