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
Mr. Ibrahem
.
Toggle Highlighting
SQL
#use arwiki_p SELECT page_title, group_concat(lt_title SEPARATOR '@') AS ff FROM page, categorylinks, pagelinks, linktarget WHERE cl_from = page_id AND pl_from = page_id AND lt_id = pl_target_id AND page_namespace = 0 AND page_is_redirect = 0 AND cl_to = "بذرة" AND pl_from_namespace in (0) AND lt_title in (SELECT replace(p.page_title, "بذرة_", "") FROM page p WHERE p.page_namespace = 10 AND p.page_title like "بذرة_%") GROUP BY page_title LIMIT 10 limit 100000 offset 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...