Athena の Query で正規表現とかサブクエリとかやる方法
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)
)
Author And Source
この問題について(Athena の Query で正規表現とかサブクエリとかやる方法), 我々は、より多くの情報をここで見つけました https://qiita.com/rysk92/items/2927aa87ac6b84c08114著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .