摘要:
-- sql serverselect idfrom(select '1' as id union allselect '2' union allselect '3' union allselect '4' union allselect '5' ) torder by case when charindex(id, '3, 2, 4, 1') = 0 then 1000000 else char... 阅读全文
posted @ 2008-12-04 12:39
Good life
阅读(211)评论(0)推荐(0)
编辑