SELECT count(*)
FROM
(SELECT regexp_extract_all(request_uri, '(.*hoge_id=.*?)(.*?)&', 2)
FROM "DATABASE_NAME"."TABLE_NAME"
WHERE year=2018
AND month=3
AND day=13
GROUP BY regexp_extract_all(request_uri, '(.*hoge_id=.*?)(.*?)&', 2)
)
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme