[PostgreSQL] 연산자 ->, ->>

 PostgreSQL은 두 개의 기본 연산자를 제공 ->하고 ->>를 제공한다.

연산자 ->는 JSON 개체 필드를 JSON으로 반환합니다. 

연산자 ->>는 JSON 개체 필드를 텍스트로 반환합니다.



[참고]

https://stackoverflow.com/questions/38777535/what-is-the-difference-between-and-in-postgres-sql

댓글

이 블로그의 인기 게시물

[Eclipse] publishes and runs j2ee and java ee web projects and server configurations to a local tomcat server