Created
November 26, 2024 18:39
-
-
Save adsharma/7821cda7d01445a5438ae67a9d9566e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attach 'props.db' as props; | |
select type, count(type) as cnt, l.value | |
from relations r | |
join props.labels l on r.type=l.property | |
group by type, l.value | |
order by cnt desc | |
limit 200; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment