Delete array element using value #7880
Unanswered
Siva-Chundru
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's the best way to delete a value from "text array/jsonb array" column using the array value ?. all the documentation Ex: _delete_elem shows how it can be done using the array index.
Ex Column: ["18462831-7126","d526aa73-3f74-4082-95fa","83d0-ef231e257060-000e7355","83d0-ef231e257060-000e7354"]
Can I implement the array_remove(anyarray, anyelement) function in Hasura mutation or any similar function from a jsonb array column?
Beta Was this translation helpful? Give feedback.
All reactions