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
Nikki
.
Toggle Highlighting
SQL
SELECT cr.comment_text, SUBSTRING(rc.rc_timestamp, 1, 8) AS date, rc.rc_timestamp, LENGTH( REGEXP_REPLACE(cr.comment_text, '/\\*.*?\\*/ ', '') ) AS true_comment_length FROM recentchanges rc JOIN comment_recentchanges cr ON rc.rc_comment_id = cr.comment_id join change_tag on rc_this_oldid = ct_rev_id join change_tag_def on ct_tag_id=ctd_id where ctd_name = 'wikidata-ui' and rc.rc_bot <> 1 AND rc.rc_source = "mw.edit" AND NOT SUBSTRING(rc.rc_timestamp, 1, 8) = DATE_FORMAT(NOW(), '%Y%m%d') AND cr.comment_text NOT LIKE '%quickstatements%' AND cr.comment_text LIKE '/* wbsetdescription-add%'
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...