사용법은 C언어에서의 printf와 흡사하다.
format('Hello %s', 'World');
라고 쓰면 Hello World가 반환된다. ex) select format('Hello %s', 'World');
프로시저 코드에서 특히 유용하게 사용할 수 있다.
문자열로 되어 있는 쿼리식을 실행시키는 기능이 있는데,
다이나믹 쿼리(어떤 값에 따라 변하는 쿼리식) 형식으로 만들 때 유용할 듯.
반응형
'DB > PostgreSQL' 카테고리의 다른 글
[PGSQL] Group by와 Partition by의 차이점 (2) | 2016.12.14 |
---|---|
[Postgresql][Trigger] volatile, cost 100에 대해 (0) | 2016.09.29 |
[Postgresql][linux] 파일로 Trigger 코드 관리하기 (0) | 2016.09.29 |
[Postgresql] date/time 차이 계산해서 구하기 (3) | 2016.09.26 |
[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 |