Postgresql – Problem with JSONB functions retrieving arrays
In a table called temporay_data with a data field called temporary_data too, filled with this JSON structure { "FormPayment": { "student": [ { "fullname": "name student1 ", "rate": 210, "meal": 7, "mealValue": 175, "finalValue": 385, "role": "student", "willPay": true },…