본문 바로가기

검색용 개발 블로그

athena timestamp 조회

athena timestamp 조회

SELECT * FROM project_athena.test where campaign_cd = 873 
and system_time 
between TIMESTAMP '2021-08-20 00:00:00' 
and TIMESTAMP '2021-10-31 23:59:59';

 

 

 

참고: https://stackoverflow.com/questions/51761067/aws-athena-sql-query-error-with-timestamp

'검색용 개발 블로그' 카테고리의 다른 글

제이쿼리  (0) 2022.01.20
s3랑 athena 연결하기  (0) 2022.01.11
sourcetree remote 안됨  (0) 2022.01.06
[bower] ? Answer  (0) 2021.12.21
Uncaught SyntaxError: Unexpected token '<'  (0) 2021.12.21