摘要: 执行sql语句:select * from (select * from tab where ID>20 order by userID desc) as a order by date desc逻辑上看着挺对 但是报错:除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视... 阅读全文
posted @ 2015-10-20 15:24 唔愛吃蘋果 阅读(1194) 评论(0) 推荐(0) 编辑