Skip to content

Instantly share code, notes, and snippets.

@hashcc
Created October 31, 2021 17:22
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 hashcc/8ec10b12caf76425f76f26f9e889dd3b to your computer and use it in GitHub Desktop.
Save hashcc/8ec10b12caf76425f76f26f9e889dd3b to your computer and use it in GitHub Desktop.
select
キーワード,
count(distinct ユニークID) as count
from
pv
where
アクセス日時 between '2021-09-01' and '2021-09-31' and
ページ名 = 'item'
group by
キーワード
order by
count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment