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
Lectrician1
.
Toggle Highlighting
SQL
SELECT cr.comment_text, LENGTH(cr.comment_text) AS comment_length, LENGTH( -- Remove /* */ comments from the comment_text REGEXP_REPLACE(cr.comment_text, '/\\*.*?\\*/', '') ) AS comment_length2 FROM recentchanges rc JOIN comment_recentchanges cr ON rc.rc_comment_id = cr.comment_id WHERE rc.rc_bot <> 1 AND rc.rc_source = "mw.edit" AND NOT cr.comment_text LIKE 'Undid revision%' AND NOT cr.comment_text LIKE 'Restored revision%' ORDER BY rc.rc_id DESC LIMIT 50
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...