mysql order by serialized data?

前端 未结 1 759
我寻月下人不归
我寻月下人不归 2020-12-21 15:36

I need to query a single field and order it by serialized data, is that even possible?

my table fields are:

****************************************         


        
相关标签:
1条回答
  • 2020-12-21 16:25

    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.

    0 讨论(0)
提交回复
热议问题