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
ערן
.
טבלה זו מרכזת רשימת עריכות בוויקיפדיה שנוגעות לנקודת מבט נייטרלית בוויקיפדיה
Toggle Highlighting
SQL
use hewiki_p; select page.page_title as "ערך", rev_timestamp as "זמן עריכה", rev_user_text as "עורך", rev_comment as "תקציר" from revision inner join page on page_id=rev_page where (rev_comment like '%נייטרלי%' or rev_comment like '%POV%') and rev_user_text!='EranBot' and rev_user_text!='Matanyabot' and rev_comment not like '%בוט החלפות%' and page_namespace=0 and rev_user>0 order by rev_timestamp desc limit 500;
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...