MySQL에서 json 배열이나 리스트를 조회하는 json_arrayagg 함수와 json 객체에서 데이터를 추출하는 json_extract 함수 사용법입니다. JSON_ARRAYAGG란?json_arrayagg 함수는 그룹화된 데이터를 json 배열로 집계하는 함수입니다.데이터가 없으면 null을 반환합니다. MySQL JSON_ARRAYAGG 공식문서 바로가기 MySQL :: MySQL 8.4 Reference Manual :: 14.19.1 Aggregate Function DescriptionsMySQL 8.4 Reference Manual / ... / Functions and Operators / Aggregate Functions / Aggregate Function Descr..