摘要: 问题出现的原因: There is an incorrect ORDER BY item. The query is a SELECT DISTINCT query with an ORDER BY clause. In this context, all ORDER BY items must be constants, SELECT list expressions, or expressions whose operands are constants or SELECT list expressions. 大致就是说select distinct 和order by一起使用的时候... 阅读全文
posted @ 2009-03-06 16:11 lovingprince 阅读(713) 评论(0) 推荐(0)