공부
[Presto] JSON `( json, '$.root.child')`
승가비
2022. 9. 25. 13:44
728x90
json_extract: string
json_extract_scalar: string except quotation
json_size: size
Presto에서 JSON 다루기
Presto 0.151 Documentation에 보면 JSON함수 이야기가 나온다. 내가 필요한 내용 위주로 다시 정리해 본다. 1. 일부 값 추출하기 json_extract( json, json_path ) 예) json_extract( json, '$.root.child') 2. "..
itlab.tistory.com
728x90