Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Azioni di verifica di modifiche del namespace 0 in un dato giorno
by
Rotpunkt
This query is marked as a draft
This query has been published
by
Cpaolo79
.
Le azioni di modifiche sono di tipo 'patrol'; sono escluse le verifiche automatiche, cioè edit fatti da utenti autoverificati. Per determinare le azioni di un giorno a fianco a log_timestamp scrivere LIKE 'YYYYMMDD%' dove YYYY è l'anno su 4 cifre, MM è il mese su 2 cifre e DD è il giorno su 2 cifre. Se si vuole cercare le azioni fatte nell'ultimo giorno sostituire il LIKE con "> ( NOW() - INTERVAL 1 DAY )" (senza virgolette)
Toggle Highlighting
SQL
USE itwiki_p; SELECT log_timestamp, log_user_text, log_title, log_params FROM logging WHERE log_type = 'patrol' AND log_timestamp LIKE '20170201%' AND log_namespace = 0 AND log_params LIKE '%6::auto";i:0;%';
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...