その先にあるもの…

postgresql json 배열 접근 본문

프로그래밍/SQL

postgresql json 배열 접근

specialJ 2021. 10. 19. 18:30

select * from 테이블
where logtime between 
to_timestamp( '2021-10-15 10:00:00', 'YYYY-MM-DD HH24::MI:SS' ) and
to_timestamp( '2021-10-15 13:00:00', 'YYYY-MM-DD HH24::MI:SS' ) and 
log#>>'{ItemCount,0}')::integer > 10000

Comments