Created
May 2, 2018 13:21
-
-
Save koheyamada/59830747a697b6cf38d80d5044c7336e to your computer and use it in GitHub Desktop.
Amazon S3 Select を使ってS3オブジェクトの特定データを抽出する。 ref: https://qiita.com/kooohei/items/bc180302cc98c01074d4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marathon | type | m | region | |
---|---|---|---|---|
honolulu | full | 12 | hawaii | |
shonann | full | 12 | kanagawa | |
okayama | full | 11 | okayama | |
fukkou | full | 10 | miyagi | |
fuji5lake | ultra | 4 | yamanashi | |
yokohama | full | 10 | kanagawa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from s3object s where s.m = '10' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from s3object s limit 5` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment