MySQL json_object and json_arrayagg with group by not working as expected
I’ve a many to many relationship with this tables Table assets: id name other fields 19 asset 1 … 20 asset 2 … … … … Branches table: id name other fields 1 branch 1 … 2 branch 2 … … … … branch_r_asset: branch_id asset_id 1 1 1 2 2 14 n n I… Read More MySQL json_object and json_arrayagg with group by not working as expected