To get sum of values of Json array in POSTGRESQL

I have a json structure. I want to get sum(jsonb_extract_path(jsonbcolumn, ‘$.f1.f2.f3’)::int ) as myvalue. How do I egt the sum of ll values without using group by

Hi @Periyasamy,

This is a forum for JSON Forms which is a form rendering framework for JSON Schema based data. It seems your question is related to the JSON support of PostgreSQL. I would recommend asking your question in their community instead.