How find one JSONB item from JSONB array in PostgreSQL
I have this table: id period_type period commission 123456 Daily 10 10 123456 Monthly 3 11 123456 Daily 5 12 123456 Monthly 1 13 123457 Monthly 6 14 123457 Daily 5 15 123457 Monthly 9 16 (Period type is int…