I have a field in my Database table colled interet
, it has a json array like you see in this picture.
I want to check if one values or two is IN this fields using Mysql query. I was trying to do this query:
SELECT * FROM customers c WHERE c.interet IN ('Voyage','Technologie','Mode')
But I got nothing