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 count(DISTINCT(el_from)) as num_pages from externallinks where el_to like "%rasoolona.com%" and (el_to not like "%archive.org%"); # عدد الروابط بعد حذف المكرر select count(DISTINCT(el_to)) as num_links from externallinks where el_to like "%rasoolona.com%" and (el_to not like "%archive.org%"); # عدد الروابط select count(el_to) as num_links from externallinks where el_to like "%rasoolona.com%" and (el_to not like "%archive.org%"); # عدد الروابط مع الارشف select count(el_to) as num_links from externallinks where el_to like "%rasoolona.com%"
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...