select * from table_name
where date_column_name::timestamp >= (now()::timestamp - '14 days'::interval);
이런 식으로 하면 된다.
days, hours, etc...
반응형
'DB > PostgreSQL' 카테고리의 다른 글
[PGSQL] Group by와 Partition by의 차이점 (2) | 2016.12.14 |
---|---|
[PGSQL] format 함수 (0) | 2016.12.14 |
[Postgresql][Trigger] volatile, cost 100에 대해 (0) | 2016.09.29 |
[Postgresql][linux] 파일로 Trigger 코드 관리하기 (0) | 2016.09.29 |
[Postgresql] table의 index정보 확인/생성하기 (1) | 2016.09.26 |
[Postgresql] DB Server 'windows to linux(ubuntu)' migration - pgsql backup/restore (0) | 2016.09.24 |
[PGSQL][Sequence] column을 serial 키워드 지정했을 때 permission denied 뜰 때 (0) | 2016.09.15 |
[PGSQL] the column contains null 오류날 때 (0) | 2016.09.15 |
[PGSQL] 조건문 (0) | 2016.09.14 |
[PGSQL] Column을 다른 형으로 바꾸려는데 CAST 오류가 나면 (0) | 2016.09.14 |