select * from table where 1=1 order by date desc,type asc,title asc
sql如何先按日期降序,在按类型升序,在按标题升序排序
最新推荐文章于 2025-05-19 19:15:10 发布
select * from table where 1=1 order by date desc,type asc,title asc