Can't query JSONB column #2102
Unanswered
christian-valadez
asked this question in
Questions
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this should work too @christian-valadez
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Neither of these solutions work for me, I am being returned an empty list |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I have a users table with 2 columns - user_id, and metadata. Metadata is a JSONB column that has an array of objects, and each object has an "item_id" and "access_token" value.
I'm trying to find the rows with a given item_id, but Supabase keeps returning an empty array.
Any insight would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions