SQL Error [42883]: ERROR: function unnest(jsonb) does not exist
I am using postgresql and I am trying to separate an array column with single values into different columns. The original column called fee_rule_id
is like [98, 120, 133]. I want it to be column1 98, column2 120 column3 133.