0
点赞
收藏
分享

微信扫一扫

sql如何先按日期降序,在按类型升序,在按标题升序排序


select * from table where 1=1 order by date desc,type asc,title asc

举报

相关推荐

0 条评论