ASP获取列表ID排序改时间排序

2025-06-21 12:21:39
推荐回答(1个)
回答1:

order by ProductsID desc"

修改为

order by 日期字段名称 desc"

这段含义是按照指定名称的字段倒序排列