I am using a MySQL database with a stored serialized array, I want to pull records out of the database based on the serialized array. I have to be able to do this in the SELECT statement because I need to use the LIMIT feature in my pagination script.
Is this possible?