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
HenriqueCrang
.
Toggle Highlighting
SQL
use ptwiki_p; # select * from categorylinks where cl_to = "Capoeira" and cl_timestamp > "2015-11-09" ; ## cl_to é o nome da categoria. cl_timestamp a data em que o cl_from foi adicionado naquela categoria.; #para pegar um intervalo de tempo adicionar mais uma clausula select * from categorylinks where cl_to = "Capoeira" and cl_timestamp < "2015-11-09" and cl_timestamp > "2011-11-09" ; #select * from page where page_id = 5321861; ##colocar no page id a informação de cl_from da busca anterior para saber nome e namespace de quem foi categorizado.
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...