Skip to content

Instantly share code, notes, and snippets.

@yssymmt
Created September 19, 2022 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yssymmt/513a4d73a0d5c3667fa03a7dea04c78c to your computer and use it in GitHub Desktop.
Save yssymmt/513a4d73a0d5c3667fa03a7dea04c78c to your computer and use it in GitHub Desktop.
select
pos,
count(*) as cnt
from jumbo.aud06_mecab_vertical
group by 1
order by 1
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment