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
Cpaolo79
.
Elenco di voci di it.wikipedia che non sono rivista da più tempo; sono esclusi, i redirect, le pagine modificate più di recente ma con modifiche marcate come minori o che sono state cancellate e le voci troppo brevi (meno di 1KB). TODO: eliminare le disambigue
Toggle Highlighting
SQL
SELECT page_title, page_len, rev_timestamp, pp_propname FROM page JOIN revision on page_latest=rev_id JOIN page_props ON pp_page=page_id WHERE page_namespace=0 AND rev_minor_edit=0 AND rev_deleted=0 AND page_is_redirect=0 AND page_len>1000 AND pp_propname<>'disambiguation'' ORDER BY rev_timestamp LIMIT 100;
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...