数据库二级查询

来源:互联网 发布:千语软件 编辑:程序博客网 时间:2024/04/29 10:55

select * from BBS_Type order by case when parentID=0 then TypeID else parentID end,TypeID