title stringlengths 1 212 | description stringlengths 1 4.39k ⌀ | query stringlengths 1 65.5k ⌀ | extra_info stringlengths 18 31.6k | wikidb stringlengths 4 26 ⌀ |
|---|---|---|---|---|
Links to https://www.persee.fr/ in frwiki | Links to http://jnul.huji.ac.il/heb in hewiki | use frwiki_p;
select
el_from,
page_title,
el_to
from
externallinks,
page
where
el_to like '%https://www.persee.fr/%' and
el_from = page_id and
page_namespace = 0
limit 500000; | {"resultsets": [{"headers": ["pl_from", "pl_title", "cl_to"], "rowcount": 516}], "runningtime": "5.27"} | frwiki_p |
Skin usage in dewiki | For accounts that have logged in in the last year. Does not include all usage of the default skin. | SELECT
CASE up_value
WHEN "monobook" THEN "monobook"
WHEN "vector" THEN "vector"
WHEN "vector-2022" THEN "vector-2022"
WHEN "minerva" THEN "minerva"
WHEN "cologneblue" THEN "cologneblue"
WHEN "timeless" THEN "timeless"
WHEN "modern" THEN "modern"
ELSE "DEFAULT"
END AS `skin`,
CO... | {"resultsets": [{"headers": ["actor_name", "no_of_page_moves"], "rowcount": 12}], "runningtime": "0.07"} | dewiki_p |
Sample2 all pages from history (min5edits) | null | select distinct(t2.rev_page)
from (select r.rev_page, r.rev_actor, count(*) No_edits
from revision r
join page p on r.rev_page = p.page_id
join (select distinct(rev_actor)
from revision
join actor on rev_actor = actor_id
where rev_page in (424775, 10332988, 7259439, 609947, 673067, 1760669, 289919, 5222282, 16... | {"resultsets": [{"headers": ["Page title"], "rowcount": 92780}], "runningtime": "76.20"} | enwiki |
arbcom elections for carn | null | SELECT user_name
# user_registration,
# user_editcount,
# Count(rev_id)
FROM (SELECT *
FROM (SELECT user_id, user_name, user_registration, user_editcount FROM user
WHERE ( ( user_registration IS NULL ) OR ( user_registration < 20221021000000 ) ) AND ( user_editcount >=... | {"resultsets": [{"headers": ["log_id", "log_type", "log_action", "log_timestamp", "log_actor", "log_namespace", "log_title", "log_comment_id", "log_params", "log_deleted", "log_page"], "rowcount": 0}], "runningtime": "20.69"} | ruwiki_p |
All pages with 10 or more slashes in their titles | null | SELECT
page_namespace AS "ns",
page_title AS "title",
LENGTH(page_title) AS "title length",
page_len AS "size",
ROUND (
(
CHAR_LENGTH(page_title)
- CHAR_LENGTH( REPLACE ( page_title, "/", "") )
) / CHAR_LENGTH("/")
) AS "count"
FROM page
WHERE page_namespace IN (2, 3)
AND ROUND (
... | {"resultsets": [{"headers": ["linter_cat", "page_namespace", "count(*)"], "rowcount": 13}, {"headers": ["linter_cat", "count(*)", "count(distinct page_namespace)"], "rowcount": 7}, {"headers": ["page_namespace", "count(*)", "count(distinct linter_cat)"], "rowcount": 5}], "runningtime": "0.14"} | enwiki_p |
(TOTAL) SDC edits by user and edit summary #WMSE-WLM-colombia | null | SELECT page_title, comment_text
FROM revision_userindex r1
JOIN actor_revision ON actor_id = r1.rev_actor
LEFT JOIN page ON page_id = r1.rev_page
LEFT JOIN comment_revision ON comment_id = r1.rev_comment_id
LEFT JOIN revision r2 ON r1.rev_parent_id = r2.rev_id
WHERE actor_name IN ('AliciaFagervingWMSE-bot')
AND ... | {"resultsets": [{"headers": ["ipb_address", "actor_name", "ipb_timestamp", "comment_text"], "rowcount": 265}], "runningtime": "5.86"} | commonswiki_p |
List of articles about living people containing at least one fair use image | If I did this right, it's going to return a list of articles about living people that have at least one non-free image. | USE ruwiki_p;
SELECT DISTINCT CONCAT('* [[', p.page_title, ']]') FROM page p
INNER JOIN categorylinks c1 ON p.page_id = c1.cl_from AND c1.cl_to = "Википедия:Биографии современников"
INNER JOIN imagelinks i ON i.il_from = p.page_id
AND i.il_from_namespace = 0
AND RIGHT(i.il_to, 4) <> '.ogg'
INNER JOIN page ... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "45.45"} | ruwiki_p |
hewiki most prolific translators | null | use euwiki_p;
SELECT
rev_actor,
actor_name,
count(revision.rev_id) as articles_created
FROM
change_tag,
actor,
revision
WHERE
revision.rev_parent_id = 0 AND
ct_tag_id = (select ctd_id from change_tag_def where ctd_name = 'contenttranslation') AND
rev_id = ct_rev_id AND
rev_actor = actor_id
GROUP BY
rev_acto... | {"resultsets": [{"headers": ["lt_title"], "rowcount": 300}], "runningtime": "9.10"} | euwiki_p |
Skin usage in frwiki | For accounts that have logged in in the last year. Does not include all usage of the default skin. | SELECT
CASE up_value
WHEN "monobook" THEN "monobook"
WHEN "vector" THEN "vector"
WHEN "vector-2022" THEN "vector-2022"
WHEN "minerva" THEN "minerva"
WHEN "cologneblue" THEN "cologneblue"
WHEN "timeless" THEN "timeless"
WHEN "modern" THEN "modern"
ELSE "DEFAULT"
END AS `skin`,
CO... | {"resultsets": [{"headers": ["log_title", "actor_name", "log_timestamp", "comment_text"], "rowcount": 13}], "runningtime": "203.90"} | frwiki_p |
Translatable pages in a custom source language | null | select page_lang, page_namespace, page_title
from revtag
right join page on (rt_page = page_id and rt_revision = page_latest)
where rt_type = 'tp:mark' and page_lang is not null | {"resultsets": [{"headers": ["rc_this_oldid", "actor_name", "comment_text"], "rowcount": 2163753}], "runningtime": "1804.83"} | metawiki |
WSpaਯਾਦਾਂ | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 450}], "runningtime": "204.56"} | pawikisource_p |
WSpaਯਾਦਾਂ | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 357}], "runningtime": "150.16"} | pawikisource_p |
WSpaਯਾਦਾਂ | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 791}], "runningtime": "604.64"} | pawikisource_p |
WSpaਯਾਦਾਂ | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["log_id", "log_type", "log_action", "log_timestamp", "log_actor", "log_namespace", "log_title", "log_comment_id", "log_params", "log_deleted", "log_page", "comment_id", "comment_hash", "comment_text", "comment_data"], "rowcount": 241}], "runningtime": "11.19"} | pawikisource_p |
WSpaਬੁਝਦਾ ਦੀਵਾ | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 9110}], "runningtime": "4311.35"} | pawikisource_p |
zhwiki: Pages which title contains Irish and Czech Republic | null | USE zhwiki_p;
SELECT page_id, page_title
FROM page
WHERE page_namespace = 14
AND page_is_redirect = 0
AND page_title LIKE "%愛爾蘭共和國%";
SELECT page_id, page_title
FROM page
WHERE page_namespace = 14
AND page_is_redirect = 0
AND page_title LIKE "%爱尔兰共和国%";
USE zhwiki_p;
SELECT page_id, page_title
FROM page
WHERE... | {"resultsets": [{"headers": ["linter_cat", "page_namespace", "count(*)"], "rowcount": 15}, {"headers": ["linter_cat", "count(*)", "count(distinct page_namespace)"], "rowcount": 6}, {"headers": ["page_namespace", "count(*)", "count(distinct linter_cat)"], "rowcount": 8}], "runningtime": "0.19"} | zhwiki_p |
PageTriage tagged edits | null | SELECT COUNT(*) FROM change_tag
INNER JOIN change_tag_def ON change_tag_def.ctd_id = change_tag.ct_tag_id
INNER JOIN revision ON revision.rev_id = change_tag.ct_rev_id
INNER JOIN page ON page.page_id = revision.rev_page
WHERE change_tag_def.ctd_name = "pagetriage"
AND page.page_namespace = 0
AND revision.rev_timestamp ... | {"resultsets": [], "runningtime": "0.03"} | enwiki_p |
PageTriage user patrols | null | SELECT user.user_name, COUNT(*) as cnt FROM pagetriage_log
INNER JOIN user ON user.user_id = pagetriage_log.ptrl_user_id
WHERE ptrl_reviewed = 1
AND ptrl_timestamp BETWEEN 20220301000000 AND 20220901000000
GROUP BY ptrl_user_id
ORDER BY cnt DESC | {"resultsets": [], "runningtime": "0.03"} | enwiki_p |
Userspace pages of non-existent users (no talk, no subpages) | null | SELECT CONCAT('https://en.wikipedia.org/wiki/User:', p.page_title) AS URL
FROM enwiki_p.page p
LEFT JOIN enwiki_p.user u ON REPLACE(p.page_title, '_', ' ') = u.user_name
WHERE p.page_namespace = 2
AND u.user_id IS NULL
AND p.page_is_redirect = 0
AND NOT IS_IPV4(p.page_title) -- Exclude IPv4
AND NOT IS_IPV6(p.page_title... | {"resultsets": [{"headers": ["reviews", "rc_title", "accepted", "accept %", "declined", "decline %"], "rowcount": 1416}], "runningtime": "15.26"} | enwiki_p |
orphaned talks | null | SELECT
page_namespace,
page_id,
page_title,
page_is_redirect,
page_len
... | {"resultsets": [{"headers": ["declined_then_deleted", "actor_name"], "rowcount": 174}], "runningtime": "20.19"} | enwiki_p |
Pages with Qid in title on svwiki | null | SELECT page_title FROM page
WHERE
page_is_redirect = 1 AND
page_title LIKE '%(Q[0-9]%)'
| {"resultsets": [{"headers": ["pl_title", "COUNT(*)"], "rowcount": 2106}], "runningtime": "12.16"} | svwiki_p |
All users edit count all Dagwiki | null | SELECT actor_name,COUNT(rev_actor) as edit_count
FROM revision,actor
WHERE actor_id=rev_actor
GROUP BY rev_actor
ORDER BY count(rev_actor) desc | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "14.88"} | dagwiki_p |
PageTriage tagged edits | null | SELECT * FROM change_tag
INNER JOIN change_tag_def ON change_tag_def.ctd_id = change_tag.ct_tag_id
INNER JOIN revision ON revision.rev_id = change_tag.ct_rev_id
INNER JOIN page ON page.page_id = revision.rev_page
WHERE change_tag_def.ctd_name = "pagetriage"
AND page.page_namespace = 0
AND revision.rev_timestamp BETWEEN... | {"resultsets": [{"headers": ["Page title", "Namespace"], "rowcount": 44153}], "runningtime": "36.39"} | enwiki_p |
pagetriage_page 27 Jan | null | SELECT
*
FROM
pagetriage_page | {"resultsets": [{"headers": ["page_namespace", "page_id", "page_title", "page_is_redirect", "page_len"], "rowcount": 10}], "runningtime": "0.06"} | enwiki_p |
hewiki most prolific translators | null | use euwiki_p;
SELECT
rev_actor,
actor_name,
count(revision.rev_id) as articles_created
FROM
change_tag,
actor,
revision
WHERE
revision.rev_parent_id = 0 AND
ct_tag_id = (select ctd_id from change_tag_def where ctd_name = 'contenttranslation') AND
rev_id = ct_rev_id AND
rev_actor = actor_id
GROUP BY
rev_acto... | {"resultsets": [{"headers": ["old", "new"], "rowcount": 2}], "runningtime": "0.05"} | euwiki_p |
WSpa:ਰਾਮ_ਸਰੂਪ_ਅਣਖੀ_ਦੀਆਂ_ਸਾਰੀਆਂ_ਕਹਾਣੀਆਂ_ਭਾਗ_-1 | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 509}], "runningtime": "357.69"} | pawikisource_p |
WSpaਰਾਮ_ਸਰੂਪ_ਅਣਖੀ_ਦੀਆਂ_ਸਾਰੀਆਂ_ਕਹਾਣੀਆਂ_ਭਾਗ_-1 | This Query will provide the list of users who did edit on given book with its all pages. | Use pawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "contributors of this book:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select page_id from p... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 293}], "runningtime": "253.02"} | pawikisource_p |
orphaned talks | null | SELECT
page_namespace,
page_id,
page_title,
page_is_redirect,
page_len
... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "20.14"} | enwiki_p |
Example query for querying P180fromCategory values | null | SELECT
page_namespace,
page_id,
el_to
FROM
externallinks,
page
WHERE
page_id=el_from
AND page_namespace=2
AND page_title="Zache/P180fromCategory"
AND el_to LIKE "%#P%=Q%"; | {"resultsets": [{"headers": ["CONCAT('File:', REPLACE(page_title,'_',' '))"], "rowcount": 61}], "runningtime": "1.34"} | commonswiki_p |
نشاط الإداريين آخر ثلاثين يوم | null | USE arwiki_p;
SET @end_date = '20230127';
SET @start_date =DATE_SUB(@end_date, INTERVAL 6 month);
SELECT @start_date,
DATE_FORMAT(@start_date, "%W %e %M %Y") as 'بداية الفترة',
DATE_FORMAT(@end_date, "%W %e %M %Y") as 'نهاية الفترة',
DATEDIFF(@end_date,@start_date) as 'المدة' ;
... | {"resultsets": [{"headers": ["categoria"], "rowcount": 165}], "runningtime": "0.43"} | arwiki_p |
Qatar recent changes | null | SELECT
DISTINCT actor_name
-- rc_timestamp, actor_name, rc_title, comment_text
FROM recentchanges_userindex AS recentchanges
INNER JOIN actor_recentchanges AS actor ON recentchanges.rc_actor = actor.actor_id
INNER JOIN comment ON recentchanges.rc_comment_id = comment.comment_id
WHERE
TRUE
AND rc_namespace = 0
AND rc_ne... | {"connection_id": 102307056} | enwiki |
Users by edit count on gnwiki | null | SELECT
actor_name AS "User",
COUNT(rev_actor) AS "Number of edits"
FROM revision, actor
WHERE revision.rev_actor = actor.actor_id
GROUP BY revision.rev_actor; | {"resultsets": [{"headers": ["title"], "rowcount": 0}], "runningtime": "0.05"} | eowiki_p |
استعلامات مهمه في الوقت الحاضر | null | /*
count os ~= 8000
select COUNT(DISTINCT log_title) as "logo count" from logging
where log_type in ("review")
and log_namespace in (0)
and log_timestamp between 20221205000000 and 20230127000000
#limit 10
# count is 380316
select count(DISTINCT page.page_title ) as "page count" from revision
inner join page on revi... | {"connection_id": 102617356} | arwiki_p |
All pages with paid disclosure | null | SELECT page_title
FROM page
JOIN templatelinks
ON tl_from = page_id
WHERE tl_title = "Connected_contributor_(paid)" | {"resultsets": [{"headers": ["categoria"], "rowcount": 1545}], "runningtime": "5.84"} | enwiki_p |
check rev_id tags | null | select * from change_tag join change_tag_def ON change_tag_def.ctd_id = change_tag.ct_tag_id WHERE ct_rev_id = 22621916 limit 100 | {"resultsets": [{"headers": ["categoria"], "rowcount": 239}], "runningtime": "1.00"} | ukwiki |
skip revision | null | select count(distinct page.page_id, revision.rev_id) AS rev_id from change_tag
JOIN revision ON change_tag.ct_rev_id = revision.rev_id
JOIN page ON page.page_id = revision.rev_page
where page.page_namespace = 0 AND ct_tag_id IN (138, 140, 11, 7) AND rev_timestamp > '2023-01-01T00:00:00Z'
| {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "21.11"} | enwiki |
Uses of wikipedia template on English Wiktionary with non-ASCII title | null | select page_namespace, page_title from templatelinks
left join linktarget on lt_id = tl_target_id
left join page on tl_from = page_id
where lt_namespace = 10 and lt_title = 'wikipedia' and page_title not rlike '[a-zA-Z0-9]'
limit 1000; | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "18.31"} | enwiktionary |
English entries with no topic or set categories | null | select page_title as mainspace_title from (
select cl_from as entry_id from categorylinks
where cl_to = 'English_lemmas'
) as English_entries
left join page on page_id = entry_id
left join categorylinks on cl_from = entry_id
where page_namespace = 0
group by entry_id
having sum(cl_to like 'en:%') = 0; | {"connection_id": 102845365} | enwiktionary |
page_links_updated by date, mainspace | null | select * from page where page_title like "Fruit" limit 10; | {"connection_id": 102871082} | enwiki |
all wiktionary english topic categories | null | SELECT DISTINCT cl_to
FROM categorylinks
WHERE cl_to LIKE 'en:%' AND cl_to NOT LIKE '%en:List of sets%';
| {"resultsets": [{"headers": ["page_title", "page_id", "created"], "rowcount": 30}], "runningtime": "0.19"} | enwiktionary |
Page move stats | null | use kswiki_p;
SELECT
user_name user,
count(*) as move_cnt
FROM
logging
JOIN actor ON log_actor = actor_id
JOIN user ON actor_user = user_id
WHERE
log_type = 'move'
AND log_action IN ('move')
GROUP BY user_name
ORDER BY move_cnt DESC
; | {"resultsets": [{"headers": ["page_title", "rev_timestamp", "page_latest", "count", "pa_class"], "rowcount": 400}], "runningtime": "35.32"} | kswiki_p |
hewiki most prolific translators | null | use kswiki_p;
SELECT
rev_actor,
actor_name,
count(revision.rev_id) as articles_created
FROM
change_tag,
actor,
revision
WHERE
revision.rev_parent_id = 0 AND
ct_tag_id = (select ctd_id from change_tag_def where ctd_name = 'contenttranslation') AND
rev_id = ct_rev_id AND
rev_actor = actor_id
GROUP BY
rev_acto... | {"resultsets": [{"headers": ["page_title", "rev_timestamp", "page_latest", "count", "pa_class"], "rowcount": 400}], "runningtime": "55.65"} | kswiki_p |
Images with reuters in their EXIF | null | SELECT img_name from image where img_metadata like '%Reuters%'; | {"resultsets": [{"headers": ["Page", "Excerpt", "creationDate"], "rowcount": 13}], "runningtime": "2.54"} | commonswiki_p |
MW.org new users jan | null | select cast(substr(log_timestamp, 1, 8 ) as date) 'date', count(*) from logging_logindex where log_type = 'newusers' and log_timestamp > '20230110000000' and log_timestamp < '20230130000000' and log_action = 'create' group by 1 limit 400; | {"resultsets": [{"headers": ["CONCAT(\"https://en.wikipedia.org/wiki/File:\", img_name)"], "rowcount": 1}], "runningtime": "0.39"} | mediawikiwiki_p |
test | null | USE enwiki_p;
SELECT user_name, up_value, LENGTH(up_value), user_editcount
FROM
user_properties
JOIN `user` ON user_id = up_user
WHERE
up_property = "nickname" AND
user_name IN (SELECT actor_name
FROM revision_userindex
JOIN actor ON rev_actor = actor_id
... | {"resultsets": [{"headers": ["Offending user", "Blocked user", "Blocked user tagged sock?", "Most recent interaction"], "rowcount": 727}], "runningtime": "27.68"} | enwiki |
Images with reuters in their EXIF | null | SELECT img_name from image where img_metadata like '%Release to widest dissemination%' limit 10; | {"connection_id": 129687675} | commonswiki_p |
Edycje wizualne w porównaniu do wszystkich w 2022 | null | set @ve := 1; -- Id znacznika "VisualEditor"
-- Uwzględniane są wszystkie edycje wykonane w 2022 roku (UTC+1)
set @starttime := '20211231230000';
set @endtime := '20221231230000';
SELECT (
SELECT COUNT(*) FROM revision
JOIN change_tag ON rev_id = ct_rev_id
WHERE ct_tag_id = @ve
AND rev_timestamp >= @starttime
... | {"resultsets": [{"headers": ["actor_id", "actor_user", "actor_name", "page_title", "page_id", "count(*)"], "rowcount": 1076}], "runningtime": "6.69"} | plwiki_p |
Edycje wizualne w porównaniu do wszystkich w 2022 w PG | null | set @ve := 1; -- Id znacznika "VisualEditor"
-- Uwzględniane są wszystkie edycje wykonane w 2022 roku (UTC+1)
set @starttime := '20211231230000';
set @endtime := '20221231230000';
SELECT (
SELECT COUNT(*) FROM revision
JOIN change_tag ON rev_id = ct_rev_id
JOIN page ON rev_page = page_id
WHERE ct_tag_id = @ve... | {"resultsets": [{"headers": ["actor_id", "actor_user", "actor_name", "page_title", "page_id", "count(*)"], "rowcount": 498}], "runningtime": "3.21"} | plwiki_p |
ckb: Userspace pages of non-existent users (no talk, no subpages) | null | SELECT CONCAT('https://ckb.wikipedia.org/wiki/User:', p.page_title) AS URL
FROM ckbwiki_p.page p
LEFT JOIN ckbwiki_p.user u ON REPLACE(p.page_title, '_', ' ') = u.user_name
WHERE p.page_namespace = 2
AND u.user_id IS NULL
AND p.page_is_redirect = 0
AND NOT IS_IPV4(p.page_title) -- Exclude IPv4
AND NOT IS_IPV6(p.page_ti... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "13.52"} | ckbwiki_p |
ckb: self-redirects | null | SELECT
CONCAT(
CASE p.page_namespace
WHEN 0 THEN ''
WHEN 1 THEN 'Talk'
WHEN 2 THEN 'User'
WHEN 3 THEN 'User talk'
WHEN 4 THEN 'Wikipedia'
WHEN 5 THEN 'Wikipedia talk'
WHEN 6 THEN 'File'
WHEN 7 THEN 'File talk'
WHEN 8 THEN 'MediaWiki'
WHEN 9 THEN 'MediaWi... | {"resultsets": [{"headers": ["user", "edit_count"], "rowcount": 111}], "runningtime": "7.04"} | ckbwiki_p |
Most thanked (ckb) | null | SELECT log_title, COUNT(log_id)
FROM logging_logindex
WHERE
log_type = "thanks" AND
log_timestamp >= "20220000000000"
GROUP BY log_title
ORDER BY 2 DESC | {"resultsets": [{"headers": ["SUBSTRING(log_timestamp, 1, 8)", "COUNT(*)"], "rowcount": 0}], "runningtime": "1.55"} | ckbwiki_p |
Edycje wizualne w porównaniu do wszystkich w 2022 w PG + rejestracja | Użytkownicy zarejestrowani w 2020 i później | set @ve := 1; -- Id znacznika "VisualEditor"
-- Uwzględniane są wszystkie edycje wykonane w 2022 roku (UTC+1)
set @starttime := '20211231230000';
set @endtime := '20221231230000';
-- Data rejestracji w 2020 i później
set @registered := '20200101000000';
SELECT (
SELECT COUNT(*) FROM revision
JOIN change_tag ON re... | {"resultsets": [{"headers": ["log_id", "log_type", "log_action", "log_timestamp", "log_actor", "log_namespace", "log_title", "log_comment_id", "log_params", "log_deleted", "log_page"], "rowcount": 200}], "runningtime": "1.57"} | plwiki_p |
Edycje wizualne w porównaniu do wszystkich w 2022 w PG + rejestracja | wykluczenie botów prościej - no jednak nie :) | set @ve := 1; -- Id znacznika "VisualEditor"
-- Uwzględniane są wszystkie edycje wykonane w 2022 roku (UTC+1)
set @starttime := '20211231230000';
set @endtime := '20221231230000';
-- Data rejestracji w 2020 i później
set @registered := '20200101000000';
SELECT (
SELECT COUNT(*) FROM revision
JOIN change_tag ON re... | {"resultsets": [{"headers": ["SUBSTRING(log_timestamp, 1, 8)", "COUNT(*)"], "rowcount": 46}], "runningtime": "1.52"} | plwiki_p |
Unreviewed pages in pagetriage_page | null | SELECT
page.page_title,
page.page_namespace,
pagetriage_page.*
FROM
pagetriage_page,
page
WHERE
ptrp_reviewed = 0
AND page_id = ptrp_page_id
AND page_is_redirect = 0
ORDER BY
ptrp_created ASC | {"resultsets": [{"headers": ["tl_from", "tl_from_namespace", "tl_target_id", "page_id", "page_namespace", "page_title", "page_is_redirect", "page_is_new", "page_random", "page_touched", "page_links_updated", "page_latest", "page_len", "page_content_model", "page_lang", "lt_id", "lt_namespace", "lt_title"], "rowcount": ... | enwiki_p |
WLM in Sweden participants (last 5 editions) | People who have uploaded images during WLM in Sweden (2016–2020). List ready for mass messaging (https://commons.wikimedia.org/wiki/Commons:Wiki_Loves_Monuments_in_Sweden/Mass_message) | use commonswiki_p;
SELECT CONCAT("# {{#target:User_talk:", actor_name, "}}") as line
FROM revision r_prev
join categorylinks on rev_page = cl_from
join actor on rev_actor = actor_id and actor_user is not null
WHERE rev_parent_id = 0
and cl_to IN (
"Uploaded via Campaign:Wikivacaciones 2022"
)
GROUP BY actor_name
OR... | {"resultsets": [{"headers": ["AAAAMM", "TOTAL_borrar"], "rowcount": 97}], "runningtime": "0.44"} | commonswiki_p |
Wikivacaciones 2022 | null | use commonswiki_p;
SELECT CONCAT("# {{#target:User_talk:", actor_name, "}}") as line
FROM revision r_prev
join categorylinks on rev_page = cl_from
join actor on rev_actor = actor_id and actor_user is not null
WHERE rev_parent_id = 0
and cl_to IN (
"Uploaded_via_Campaign:Wikivacaciones_2022"
)
GROUP BY actor_name
ORD... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "22.16"} | commonswiki_p |
Wikivacaciones 2022 | null | use commonswiki_p;
SELECT CONCAT("# {{#target:User_talk:", actor_name, "}}") as line
FROM revision r_prev
join categorylinks on rev_page = cl_from
join actor on rev_actor = actor_id and actor_user is not null
WHERE rev_parent_id = 0
and cl_to IN (
"Uploaded_via_Campaign:Wikivacaciones_2022"
)
GROUP BY actor_name
OR... | {"resultsets": [{"headers": ["time", "user", "namespace", "page", "comment"], "rowcount": 12}], "runningtime": "39.62"} | commonswiki_p |
zhwiki: Pages which title contains certain Yuan and the Republic of China | null | USE zhwiki_p;
SELECT page_id, page_title
FROM page
WHERE page_namespace = 14
AND page_is_redirect = 0
AND page_title LIKE "%中華民國行政院%";
SELECT page_id, page_title
FROM page
WHERE page_namespace = 14
AND page_is_redirect = 0
AND page_title LIKE "%中华民国行政院%";
# 0/1 main 2/3 user 4/5 wp 6/7 ... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "16.85"} | zhwiki_p |
Imagens com largura maior que 500 pixels | null | SELECT
REPLACE(img_name, '_', ' ') IMAGEM,
img_width LARGURA,
img_height ALTURA
FROM image
WHERE img_width > 500
ORDER BY LARGURA DESC; | {"resultsets": [{"headers": ["user", "img_count"], "rowcount": 94}], "runningtime": "5.32"} | ptwiki_p |
GA Subpage Query | null | SELECT `page_title` FROM `page` WHERE `page_namespace`=1 AND `page_title` LIKE "%/GA_" | {"resultsets": [{"headers": ["page_title"], "rowcount": 89}], "runningtime": "42.56"} | enwiki_p |
T328477 | null | select * from categorylinks where cl_to like '% %'; | {"resultsets": [{"headers": ["page title", "rev_actor", "actor_name", "N", "block reason"], "rowcount": 1}], "runningtime": "0.10"} | zhwiki |
orphaned talks | null | SELECT
page_namespace,
page_id,
page_title,
page_is_redirect,
page_len
... | {"resultsets": [{"headers": ["page title", "rev_actor"], "rowcount": 3}], "runningtime": "0.08"} | enwiki_p |
Vandalismebestrijding nlwiki | Backlog: 6161x | # anonymous edits totals
SELECT
CASE rc_patrolled
WHEN 0 THEN 'unpatrolled'
WHEN 1 THEN 'manually patrolled'
WHEN 2 THEN 'autopatrolled'
END AS rc_patrolled,
COUNT(*) AS 'count'
FROM recentchanges, actor
WHERE rc_actor=actor_id AND actor_user IS NULL
GROUP BY rc_patrolled
UNION
SELECT 'total... | {"resultsets": [{"headers": ["el_to", "page_title"], "rowcount": 9}], "runningtime": "16.70"} | nlwiki_p |
Active administrators Fr Wikipedia | Administrators having made a considerable number of edits over the last 30 days | SET @rev = (SELECT MIN(rev_id)
FROM revision
WHERE rev_timestamp > DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -30 DAY), "%Y%m%d%H%i%s"));
SELECT COUNT(*) AS 'Edits',
actor_name AS `User`,
CONCAT("https:/fr.wikipedia.org/wiki/User:", actor_name) AS UserPage
FROM revision_userindex
LEFT JOIN acto... | {"resultsets": [{"headers": ["date", "count(*)", "avg(page_len)", "sum(page_len)"], "rowcount": 106}], "runningtime": "0.58"} | frwiki_p |
উইকিপিডিয়ার শীর্ষ সম্পাদকগণ | ১৫-০৫-২০২২। উপাত্ত ডাউনলোড করতে, উপাত্ত ডাউনলোড থেকে wikitable ক্লিক করুন। | SET @counter:=0;
SELECT
CONCAT("{{subst:formatnum:",@counter:=@counter+1,"}}") AS নং,
CONCAT("{{u|",user_name,"}}") AS ব্যবহারকারী_নাম,
CONCAT("{{subst:formatnum:",user_editcount,"}}") AS সম্পাদনার_সংখ্যা
FROM user
WHERE user_id NOT IN (SELECT ug_user FROM user_groups WHERE ug_group = 'bot')
AND user_name NOT RLIKE "... | {"resultsets": [{"headers": ["WikiQuote updated article in #SheSaid 2022", "Current size", "Prior size", "Size increase", "Last update"], "rowcount": 8}], "runningtime": "0.68"} | bnwiki |
African portals | null | SELECT DISTINCT concat('*[[بوابة:', p1.page_title , ']]')
FROM page p1
WHERE p1.page_namespace = 100
and #(
p1.page_title like "%أفريقي%"
#or p1.page_title like "%إفريقي%"
#)
#and p1.page_title not like "%/%"
AND p1.page_is_redirect = 0
| {"resultsets": [{"headers": ["user_talk"], "rowcount": 25}], "runningtime": "15.50"} | arwiki_p |
Articles without images in Tamil Wikipedia | Articles without images in Tamil Wikipedia | use tawiki_p;
SELECT page_title FROM page LEFT JOIN imagelinks ON il_from=page_id WHERE page_namespace=0 AND page_is_redirect=0 AND page_len > 100 AND il_from IS NULL; | {"resultsets": [{"headers": ["date", "count(*)", "avg(page_len)", "sum(page_len)"], "rowcount": 106}], "runningtime": "0.60"} | tawiki_p |
Articles without images inside the Infobox in Tamil Wikipedia | null | use tawiki_p;
SELECT page_title FROM page INNER JOIN templatelinks ON page_id = tl_from WHERE page_namespace = 0 AND page_is_redirect=0
AND page_id NOT IN (
SELECT page_id
FROM imagelinks
WHERE il_to = 'null'
) | {"resultsets": [{"headers": ["linter_page"], "rowcount": 1000}], "runningtime": "1.07"} | tawiki_p |
Vandalismebestrijding nlwiki | 5083 | # anonymous edits totals
SELECT
CASE rc_patrolled
WHEN 0 THEN 'unpatrolled'
WHEN 1 THEN 'manually patrolled'
WHEN 2 THEN 'autopatrolled'
END AS rc_patrolled,
COUNT(*) AS 'count'
FROM recentchanges, actor
WHERE rc_actor=actor_id AND actor_user IS NULL
GROUP BY rc_patrolled
UNION
SELECT 'total... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "83.29"} | nlwiki_p |
Userspace pages of non-existent users (no talk, no subpages) | null | SELECT CONCAT('https://ar.wikipedia.org/wiki/مستخدم:', p.page_title) AS URL
FROM arwiki_p.page p
LEFT JOIN arwiki_p.user u ON REPLACE(p.page_title, '_', ' ') = u.user_name
WHERE p.page_namespace = 2
AND u.user_id IS NULL
AND p.page_is_redirect = 0
AND NOT IS_IPV4(p.page_title) -- Exclude IPv4
AND NOT IS_IPV6(p.page_tit... | {"resultsets": [{"headers": ["Page", "Re-created at"], "rowcount": 282}], "runningtime": "11.87"} | arwiki_p |
Unexisting maintenance categories (arwiki) | null | SELECT CONCAT('# [[:تصنيف:',cat_title,']]') AS cat_title, cat_pages
from category
where cat_title like '%منذ_%_2022'
AND NOT EXISTS (SELECT 1 FROM page AS p1 WHERE cat_title = p1.page_title AND p1.page_namespace = 14)
ORDER BY cat_pages DESC, cat_title ASC;
; | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "13.72"} | arwiki_p |
nlwiki Top 150 manual patrollers of 2022 | null | SELECT ROW_NUMBER() OVER (ORDER BY `count` DESC) AS '#', actor_user AS `user ID`, actor_name AS `user name`, COUNT(actor_id) AS `count`
FROM logging, actor
WHERE log_timestamp REGEXP '^2022' AND log_type='patrol' AND log_action='patrol' AND log_actor=actor_id
GROUP BY actor_id
ORDER BY `count` DESC
LIMIT 150 | {"resultsets": [{"headers": ["reviews", "actor_name", "accept", "decline", "reject", "accept %", "decline %", "reject %", "Blocked"], "rowcount": 184}], "runningtime": "35.63"} | nlwiki |
Articles without images in Tamil Wikipedia | Articles without images in Tamil Wikipedia | use tawiki_p;
SELECT page_title FROM page LEFT JOIN imagelinks ON il_from=page_id WHERE page_namespace=0 AND page_is_redirect=0 AND page_len > 100 AND il_from IS NULL; | {"resultsets": [{"headers": ["pl_from", "pl_title"], "rowcount": 121}], "runningtime": "13.37"} | tawiki_p |
Active user of Hindi Wikisource | Active user of Hindi Wikisource | USE hiwikisource_p;
SELECT
CONCAT("# {{target | user =",actor_name,"| site = hi.wikisource.org }}") AS rev_user_text,
COUNT(actor_id) AS recent_user_editcount
/*,user_editcount*/
FROM revision
JOIN actor ON rev_actor=actor_id
JOIN page ON rev_page=page_id
WHERE page_namespace = 250
AND actor_user IS NOT NULL
AND rev_... | {"resultsets": [{"headers": ["pl_from", "pl_title"], "rowcount": 121}], "runningtime": "4.80"} | hiwikisource_p |
Vandalismebestrijding Nlwiki | Backlog: 4126 | # anonymous edits totals
SELECT
CASE rc_patrolled
WHEN 0 THEN 'unpatrolled'
WHEN 1 THEN 'manually patrolled'
WHEN 2 THEN 'autopatrolled'
END AS rc_patrolled,
COUNT(*) AS 'count'
FROM recentchanges, actor
WHERE rc_actor=actor_id AND actor_user IS NULL
GROUP BY rc_patrolled
UNION
SELECT 'total... | {"resultsets": [{"headers": ["pl_from", "pl_title", "cl_to"], "rowcount": 520}], "runningtime": "5.48"} | nlwiki_p |
wd22 - prueba2 | null | use wikidatawiki_p;
select count(rc_id) as edits, actor_name as user
from recentchanges_userindex
left join actor on rc_actor = actor_id
left join comment on rc_comment_id = comment_id
where comment_text like '%The Distributed Game (83)%'
and rc_timestamp > '20221214030000'
and rc_timestamp < '20230109030000'
group by... | {"resultsets": [{"headers": ["page_title", "rev_timestamp", "Wikidata"], "rowcount": 7}], "runningtime": "28.04"} | wikidatawiki_p |
test (failed) | null | SELECT ROW_NUMBER() OVER (ORDER BY `count` DESC) AS '#', actor_user AS `user ID`, actor_name AS `user name`, COUNT(actor_id) AS `count`
FROM logging, actor
WHERE log_timestamp REGEXP '^2022' AND log_type='patrol' AND log_action='patrol' AND log_actor=actor_id AND log_action='ip'
GROUP BY actor_id
ORDER BY `count` DESC
... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "21.53"} | nlwiki_p |
wikidata: search in editsummaries | null | SELECT
rev_timestamp,
page_namespace,
page_title,
rev_id,
actor_name,
comment_text
FROM
revision
JOIN page ON rev_page=page_id
JOIN actor_revision ON rev_actor=actor_id
JOIN comment_revision ON rev_comment_id=comment_id
WHERE
actor_user IS NULL
AND comment_text REGEXP '(?i)(antandrus|koavf... | {"resultsets": [{"headers": ["page_title", "page_len", "page_latest", "stable", "quality", "pending_since"], "rowcount": 10}], "runningtime": "0.10"} | wikidatawiki |
Lista de portais na ptwiki | null | SELECT CONCAT('Portal:', REPLACE(page_title,'_',' ')) AS 'page_title'
FROM page
WHERE page_namespace = 100 #Returns articles only
AND page_is_redirect = 0 #Do not return redirect pages
AND page_title NOT LIKE "%/%"
ORDER BY page_title ASC;
| {"connection_id": 562053585} | ptwiki_p |
Articles without images in Tamil Wikipedia | Articles without images in Tamil Wikipedia | use enwiki_p;
SELECT page_title FROM page LEFT JOIN imagelinks ON il_from=page_id WHERE page_namespace=0 AND page_is_redirect=0 AND page_len > 100 AND il_from IS NULL; | {"resultsets": [{"headers": ["concat(\"Category:\",page_title)", "page_len", "cat_pages", "cat_subcats"], "rowcount": 8369}], "runningtime": "16.33"} | enwiki_p |
Top contributors in WP:MED articles in 2022 (en wiki) | Excludes bots by removing users with bot in the title.... can use user usergroups instead, see https://wikitech.wikimedia.org/wiki/Help:MySQL_queries/Example_queries (though those queries are all currently broken)
| SELECT actor_name, count(*) from revision
join actor on rev_actor = actor_id
join page on rev_page = page_id
WHERE lower(cast(actor_name as CHAR)) NOT LIKE '%bot%' AND page_namespace = 0 AND rev_timestamp like '2021%'
and page_title in (SELECT page_title FROM (
SELECT tl_from, rd_from
FROM `templatelinks`
LEFT... | {"resultsets": [{"headers": ["user_talk"], "rowcount": 1581}], "runningtime": "721.50"} | enwiki_p |
Users by gender on Portuguese Wikipedia | null | SELECT up_value, COUNT(*) FROM user_properties WHERE up_property = "gender" GROUP BY up_value | {"resultsets": [{"headers": ["page_title"], "rowcount": 6542}], "runningtime": "19.80"} | ptwiki_p |
hewiki most prolific translators | null | use simplewiki_p;
SELECT
rev_actor,
actor_name,
count(revision.rev_id) as articles_created
FROM
change_tag,
actor,
revision
WHERE
revision.rev_parent_id = 0 AND
ct_tag_id = (select ctd_id from change_tag_def where ctd_name = 'contenttranslation') AND
rev_id = ct_rev_id AND
rev_actor = actor_id
GROUP BY
rev_... | {"resultsets": [{"headers": ["page_title", "page_len"], "rowcount": 17068}], "runningtime": "16.81"} | simplewiki_p |
تصانيف غيرموجودة | null | null | {"resultsets": [{"headers": ["page_title", "page_len"], "rowcount": 16558}], "runningtime": "13.78"} | enwiki_p |
Transcluded templates ns 10 | null | SELECT lt.lt_title, COUNT(*) FROM templatelinks t
INNER JOIN linktarget lt
ON lt.lt_id = t.tl_target_id
LEFT JOIN page p
ON p.page_namespace = lt.lt_namespace AND p.page_title = lt.lt_title
INNER JOIN page p2
ON t.tl_from = p2.page_id
WHERE p.page_title IS NOT NULL AND lt.lt_namespace = 10
GROUP BY 1
ORDER BY COUNT(*)... | {"resultsets": [{"headers": ["linter_cat", "page_namespace", "count(*)"], "rowcount": 15}, {"headers": ["linter_cat", "count(*)", "count(distinct page_namespace)"], "rowcount": 6}, {"headers": ["page_namespace", "count(*)", "count(distinct linter_cat)"], "rowcount": 6}], "runningtime": "0.22"} | frwiki |
Number of lexemes created by TemTechie | (requested on Telegram) | SELECT COUNT(*)
FROM revision_userindex
JOIN actor_revision ON rev_actor = actor_id
JOIN page ON rev_page = page_id
WHERE actor_name = 'TemTechie'
AND rev_parent_id = 0
AND page_namespace = 146; | {"resultsets": [{"headers": ["page_title"], "rowcount": 2457}], "runningtime": "3.13"} | wikidatawiki |
Most thanking/thanked users (total, last year) on tawiki | To know the most thanking and thanked users in Tamil wikipedia | USE tawiki_p;
-- Most thanked, total
SELECT
log_title as thanked, COUNT(*) as count
FROM
logging
WHERE
log_type = "thanks"
GROUP BY
log_title
ORDER BY
count DESC, log_title
LIMIT
100;
-- Most thanking, total
SELECT
actor_name as thanking, COUNT(*) as count
FROM
logging,... | {"resultsets": [{"headers": ["number", "actor_user", "rev_user_text", "recent_user_editcount"], "rowcount": 245}], "runningtime": "0.38"} | skwiki |
Number of lexemes | Total number of Lexemes added by Temtechie | SELECT COUNT(*)
FROM revision_userindex
JOIN actor_revision ON rev_actor = actor_id
JOIN page ON rev_page = page_id
WHERE actor_name = 'Nkowaokwu'
AND rev_parent_id = 0
AND page_namespace = 146; | {"resultsets": [{"headers": ["user_name", "Anzahl Edits", "CONCAT(MIN(rev_timestamp), ' \u2026 ', MAX(rev_timestamp))"], "rowcount": 36}], "runningtime": "0.27"} | wikidatawiki |
WStaசீவகசிந்தாமணி(உரைநடை) | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["cen_gt_lat", "cen_gt_lon", "count(*)"], "rowcount": 1}], "runningtime": "1.93"} | tawikisource_p |
WStaசிக்கிமுக்கிக் கற்கள் | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["cen_gt_lat", "cen_gt_lon", "count(*)"], "rowcount": 1}], "runningtime": "0.66"} | tawikisource_p |
WStaஉலகத்தமிழ் | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["distanz_ungefaehr", "gt_lat", "gt_lon", "gt_type", "gt_page_id", "gt_name", "ns", "title", "gt_country", "gt_region"], "rowcount": 500}, {"headers": ["distanz_ungefaehr", "gt_lat", "gt_lon", "gt_type", "gt_page_id", "gt_name", "ns", "title", "gt_country", "gt_region"], "rowcount": 21}], "r... | tawikisource_p |
WStaதொழிலியல்விஞ்ஞானிஜி.டி.நாயுடு | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["gt_lat", "gt_lon", "gt_type", "gt_page_id", "gt_name", "ns", "title", "gt_country", "gt_region"], "rowcount": 10}], "runningtime": "0.82"} | tawikisource_p |
WStaஇலக்கியங்கண்டகாவலர் | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["gt_lat", "gt_lon", "gt_type", "gt_page_id", "gt_name", "ns", "title", "gt_country", "gt_region"], "rowcount": 9}], "runningtime": "0.85"} | tawikisource_p |
WStaமாணவர்களுக்குபுறநானூற்றுச்சிறுகதைகள் | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["COUNT(*)"], "rowcount": 1}], "runningtime": "8.65"} | tawikisource_p |
G5 admins | null | SELECT
user_name AS administrator,
COUNT(*) AS deletions
FROM revision
JOIN logging ON rev_id = log_rev
JOIN user ON rev_user = user_id
WHERE
log_action = 'delete'
AND log_namespace = 0
AND log_comment LIKE '%G5%'
AND rev_timestamp >= DATEADD(month, -1, GETDATE())
GROUP BY user_name
HAVING COUNT(*) >... | {"resultsets": [{"headers": ["Template", "Article"], "rowcount": 17}], "runningtime": "14.29"} | enwiki_p |
WStaஅ.ச.ஞா.பதில்கள் | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["Username", "cnt"], "rowcount": 80}], "runningtime": "23.69"} | tawikisource_p |
WStaஒருபூர்வபௌத்தனின்சாட்சியம் | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["pl_from", "pl_title"], "rowcount": 109}], "runningtime": "5.03"} | tawikisource_p |
WStaகம்பராமாயணம்(உரைநடை) | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["pl_from", "pl_title", "cl_to"], "rowcount": 38}], "runningtime": "4.42"} | tawikisource_p |
WStaஎனதுநாடகவாழ்க்கை | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["pl_from", "pl_title", "cl_to"], "rowcount": 522}], "runningtime": "5.48"} | tawikisource_p |
WStaநித்திலவல்லி | This Query will provide the list of users who did edit on given book with its all pages. | Use tawikisource_p;
SET @w:=0;
select Concat("[[user:",actor_name,"|",actor_name, "]](", edits,")") as "இந்நூலின் மெய்ப்புப்பணியில் ஈடுபட்டோர்:<br/>" from (SELECT actor_name, count(*) as edits FROM revision join actor ON rev_actor = actor_id#total number of users edited in a book
WHERE rev_page IN (select p... | {"resultsets": [{"headers": ["pl_from", "pl_title", "cl_to"], "rowcount": 517}], "runningtime": "4.89"} | tawikisource_p |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.