I have a table as shown below. the datatype of data is json (json does not have keys but just array of values)
guid | type | data |
9cf100e8-87a8-4ce7-b187-b618bf2dc156 | email | ["abc@xyz.com"]
03d5b41c-b834-4399-95dc-c51b1e214fb3 | email | ["abc@xyz.com"]
I want to write a query to select all rows if the column data contains "abc@xyz.com"