PostgreSQL asking for a GROUP BY although it seems I don't need it

前端 未结 0 1595
天命终不由人
天命终不由人 2021-02-07 05:41

I checked the documentation and I don\'t understand why I\'m asked for a GROUP BY. Here is my request:

SELECT n.title, n.date,
jsonb_agg(
  jsonb_bui         


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