flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
Afonso_Diaz
Untitled Query
Updated 2023-01-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
repo
as
repository
,
substring
(
url
,
0
,
charindex
(
'/issues/'
,
url
)
)
as
url
,
count
(
distinct
id
)
as
issue_openers_count
from
near
.
beta
.
github_activity
where
contains
(
url
,
'/issues/'
)
group
by
1
,
2
order
by
issue_openers_count
desc
limit
10
Results
Run a query to Download Data