Fork of WD champions w/o ruwiki by MBH
This query is marked as a draft This query has been published by MBH.

SQL

AخA
 
use ruwiki_p;
select rev_len, rev_timestamp from page join revision on rev_page=page_id where page_namespace=4 and page_title="Форум/Правила" and rev_timestamp > 20040101000000 and rev_timestamp < 20040201000000 order by rev_timestamp asc limit 1;
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...