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
لوقا
.
Toggle Highlighting
SQL
SELECT p.page_title as "الرابط موجود في", pl.pl_title as "الصفحه الهدف", pl.pl_from_namespace as "نطاق الصفحة التي يتواجد بها الرابط", pl.pl_namespace as "نطاق الصفحه التي سوف يصل لها الرابط" #pp.page_is_redirect as "هل الصفحه الهدف عبارة عن تحويلة" from pagelinks pl JOIN page p on pl.pl_from = p.page_id LEFT JOIN page pp on pl.pl_title = pp.page_title WHERE #ot pp.page_is_redirect = 1 ( pl_title REGEXP "^قرار_مجلس_الأمن_[0-9]{1,10}$" or pl_title REGEXP "^قرار_مجلس_الأمن_رقم_[0-9]{1,10}$" or pl_title REGEXP "^قرار_مجلس_الأمن_الدولي_[0-9]{1,10}$" or pl_title REGEXP "^قرار_مجلس_الأمن_الدولي_رقم_[0-9]{1,10}$" or pl_title REGEXP "^قرار_مجلس_أمن_الأمم_المتحدة_[0-9]{1,10}$" or pl_title REGEXP "^قرار_مجلس_أمن_الأمم_المتحدة_رقم_[0-9]{1,10}$" ) and pl.pl_from_namespace = 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...