How could I sum all the amounts? The farthest I could get is. SELECT JSON_EXTRACT(`payment_lines`, '$[*].amount') FROM tbl. which ...
確定! 回上一頁