filtering key from a jsonb column that is not null
Hi, I'm trying to query from a jsonb column. I had this working at the query editor but I can't seem to convert it to the javascript equivalent.
Sample Record:
First_Name | Last_Name | Schedule
John | Doe | {"4":[8,9]}
I've tried:
but it's either: returning nothing or returning more than expected.
Am I missing anything?
Sample Record:
First_Name | Last_Name | Schedule
John | Doe | {"4":[8,9]}
I've tried:
but it's either: returning nothing or returning more than expected.
Am I missing anything?