hoony's web study

728x90
반응형

DBMS 에 적응하면서 제일 많이 쓰이는 것이 날짜 함수인것 같습니다.

참고 사이트는 
https://www.postgresql.org/docs/current/functions-formatting.html

 

9.8. Data Type Formatting Functions

9.8. Data Type Formatting Functions The PostgreSQL formatting functions provide a powerful set of tools for converting various data types (date/time, …

www.postgresql.org

SELECT  to_char(now(), 'YYYY-MM-DD HH24:MI:SS');

사용예는 위의 구문처럼 하시면 되구요. 
참고사이트에 자세한 사항이 있으니 참고하시면 됩니다. 

 

728x90

'DBMS > Postgres' 카테고리의 다른 글

PostgreSQL Money 타입에 대한 의견  (0) 2021.12.06
postgres Sequence 생성하기  (0) 2021.11.29
unique index 생성  (0) 2021.11.18
column comment 추가하는 방법  (0) 2021.11.18
Postgres table comment 추가하는 방법  (0) 2021.11.18

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading