摘要: access: SELECT * FROM Conews WHERE title='福建' union (select * from Conews where title'福建'order by counter ) sql: SELECT * FROM Conews order by case title when '福建' then '0' else title end 阅读全文
posted @ 2008-06-24 23:00 xiaoluozi513 阅读(171) 评论(0) 推荐(0)