수준 1
수준 2
커뮤니티 로그인
자세한 정보
로그인하여 배지 모두 보기
내 커뮤니티 업적 표시줄을 확대합니다.
How do we employ an array function within a struct to retrieve particular records from an array of objects?
해결되었습니다! 솔루션으로 이동.
Hi @BellaSnow5378 ,
You can achieve this by using an Inline Function, sample query is mentioned below:
SELECT inline(array(struct(1, 'a'), struct(2, 'b'))), 'AAA';
https://experienceleague.adobe.com/en/docs/experience-platform/query/sql/syntax#inlineFor more details on higher-order functions follow the link below:
https://experienceleague.adobe.com/en/docs/experience-platform/query/sql/higher-order-functions
Regards,
Kumar Saurabh
원본 게시물의 솔루션 보기
조회 수
Likes
답글