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
وهراني
.
جلب قائمة المقالات المرتبطة ببوابة الجزائر والتي استحدثت سنة 2019
Toggle Highlighting
SQL
use arwiki; select page.page_title , revision.rev_timestamp as ts from page join revision on revision.rev_page = page.page_id join categorylinks on categorylinks.cl_from = page.page_id Where (revision.rev_timestamp >= 20190000000000 and revision.rev_timestamp <= 20191231235959) and revision.rev_parent_id = 0 and page.page_namespace = 0 and page.page_is_redirect = 0 and categorylinks.cl_to ='بوابة_الجزائر/مقالات_متعلقة' order by revision.rev_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...