PHP: do an ORDER BY using external data?

前端 未结 2 1387
臣服心动
臣服心动 2021-01-22 01:27

Ahoy all! Long story short with this one if you don\'t mind lending a hand to this novice PHPer. :)

I have a database field called \"Categories\" that has this stored:

2条回答
  •  隐瞒了意图╮
    2021-01-22 01:32

    ... ORDER BY FIELD(type,"Fruit","People","Place","Animals","Landscape")
    

    http://www.cfdan.com/posts/Handy_MySQL_-_ORDER_BY_FIELD.cfm

提交回复
热议问题