I\'m storing a list of items in a serialized array within a field in my database (I\'m using PHP/MySQL).
I want to have a query that will select all the records that
select * from postmeta where meta_key = 'your_key' and meta_value REGEXP ('6')