Difference between revisions of "Workdocumentation 2022-08-15"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{PageSequence|prev=Workdocumentation 2022-08-13|next=|category=Workdocumentation}} | {{PageSequence|prev=Workdocumentation 2022-08-13|next=|category=Workdocumentation}} | ||
+ | = Participants = | ||
+ | = Agenda = | ||
+ | * Queriews | ||
+ | = CEUR-WS Volume Browser = | ||
+ | * http://ceur-ws-browser.bitplan.com/ | ||
+ | |||
+ | = Queries = | ||
+ | == Top Submitters == | ||
sqlquery -en ceurws -qp ceurws.yaml -qn SubmittedByGt6 -f mediawiki | sqlquery -en ceurws -qp ceurws.yaml -qn SubmittedByGt6 -f mediawiki | ||
== SubmittedByGt6ForWiki == | == SubmittedByGt6ForWiki == |
Revision as of 09:05, 15 August 2022
Participants
Agenda
- Queriews
CEUR-WS Volume Browser
Queries
Top Submitters
sqlquery -en ceurws -qp ceurws.yaml -qn SubmittedByGt6 -f mediawiki
SubmittedByGt6ForWiki
query
SELECT count(*) as count,"{{Link|target="||submittedBy||"}}"
FROM "volumes"
GROUP BY submittedBY
HAVING COUNT(*) > 6
ORDER BY 1 DESC