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

SQL

AخA
 
select
  count(*)
from
  revision_userindex
  join actor_revision on rev_actor = actor_id
  join comment_revision on comment_id = rev_comment_id
where
  actor_name = "Rlink2"
  and comment_text like "%Bare%URL%";
select
  count(*)
from
  revision_userindex
  join actor_revision on rev_actor = actor_id
  join comment_revision on comment_id = rev_comment_id
where
  actor_name = "Rlink2"
  and comment_text like "%Revert%CITEVAR%";
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...