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

SQL

AخA
 
use fiwiki_p;
SELECT page_title, page_id, page_is_redirect, rev_timestamp, rev_user, rev_user_text, rev_len, rev_deleted, rev_comment 
  FROM page,revision 
  WHERE page_id=rev_page AND page_namespace=0 AND rev_comment LIKE "%erkittävyys%";
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...