Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
15
.
Toggle Highlighting
SQL
SELECT rc_title,actor_name,comment_text,REPLACE(STR_TO_DATE(rc_timestamp, '%Y%m%e%H%i%s'),'T',' ') AS time FROM recentchanges_userindex INNER JOIN comment ON rc_comment_id = comment_id INNER JOIN actor ON rc_actor = actor_id WHERE lower(comment_text) LIKE "%fuck off%" AND (rc_timestamp >= DATE_ADD(NOW(), INTERVAL -90 DAY)) AND actor_name NOT LIKE "%\.%" ORDER BY rc_timestamp desc;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...