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

SQL

x
 
USE plwiki_p;
-- describe revision;
select comment_text, rev_actor, count(*)
from revision r
left join comment c ON rev_comment_id= comment_id 
where   
-- po starcie akcji
rev_id > 61563306
and
comment_text like '%bezbarier%'
group by comment_text, rev_actor
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...