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 delle query non verificare nel ns template nell'ultima settimana su it.wikipedia.org Cambiando l'ultima clausola รจ possibile scegliere un intervallo diverso, ma comunque non superiore al mese.
Toggle Highlighting
SQL
SELECT rc_id, rc_timestamp, rc_title, user_name AS nome_utente FROM recentchanges JOIN actor AS act ON recentchanges.rc_actor = act.actor_id JOIN user us ON act.actor_user = us.user_id WHERE rc_namespace =10 AND rc_patrolled =0 AND rc_timestamp> ( NOW() - INTERVAL 7 DAY ) 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...