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%";
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.