Invalid group of use function using nested JSON_ARRAYAGG()

后端 未结 0 1707
栀梦
栀梦 2020-12-18 05:06

I have the following simple query

select 
    jrt.threadId,
    JSON_ARRAYAGG(
        JSON_OBJECT(
        \'roundId\',jrr.roundId,
        \'bets\', JSON_AR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题