I have used this query but it doesn't work's with my data, i have attached the snapshot of data in my database as well.
MYSQL Query is as follow's:
SELECT * FROM hotPropertyAlert WHERE FIND_IN_SET('E2', locations) AND ( 'parking' = 'H' )
Once the query is executed didn't return's the result.
Thank's in advance...