Member since
10-08-2021
1
Post
0
Kudos Received
0
Solutions
02-29-2024
07:47 AM
Hi @JoshiRamesh In your query the Question Mark (?) symbol is this a value for deliveryconstructuid. Can you put it in double quotes and check if it works for you Example SELECT * FROM my_table WHERE array_contains(my_array_col, "value1") This query will return all rows from “my_table” where “my_array_col” contains “value1”
... View more