MySQL 8.0 - Issues with JSON_AGG() when Aggregating Nested JSON Objects
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-24
mysql json aggregation
I'm encountering an issue while trying to use the `JSON_AGG()` function in MySQL 8.0. I have a table `orders` that stores orders along with their associated ite...