1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
2
You can nest get()
function calls as in:
select get(sensors,0).lsid as ls, get(get(sensors,0).data, 0).temp_in as temp_in from "topic"
관련 콘텐츠
- 질문됨 6달 전
- AWS 공식업데이트됨 3년 전
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 일 년 전
You can nest get()
function calls as in:
select get(sensors,0).lsid as ls, get(get(sensors,0).data, 0).temp_in as temp_in from "topic"