SQL
x
USE plwiki_p;
describe revision;
/*
select rev_comment, rev_user, count(*)
from revision
where
-- po starcie akcji
rev_id > 61563306
and
rev_comment like '%bezbarier%'
group by rev_comment, rev_user
*/
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.