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
Gerges
.
Toggle Highlighting
SQL
SELECT CONCAT('# [[مستخدم:', a.page_title, ']]') AS "الصفحة", actor.actor_name AS "منشئ الصفحة", r.rev_timestamp AS "تاريخ الإنشاء" FROM revision AS r INNER JOIN actor ON actor.actor_id = r.rev_actor INNER JOIN page AS a ON a.page_id = r.rev_page AND a.page_namespace = 2 WHERE r.rev_parent_id = 0 AND a.page_title NOT LIKE "%/%" AND a.page_title NOT IN ( SELECT ac.actor_name FROM actor AS ac ) GROUP BY a.page_id ORDER BY r.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...