I need to query a single field and order it by serialized data, is that even possible?
my table fields are:
****************************************
No, it is not possible. The only possible case when serialized data is acceptable is when you don't need to search or order by through that data. In all other cases - store your data as a separated fields.