Skip to content

Instantly share code, notes, and snippets.

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