SQL code: select * from table where 1=1 order by id=1 ????? select * from table order by id 还有的id为2,3,0,null 哩!~ select * from table where id=1 union select * from table where id <>1 看来问题似乎有点难度啊!
哎!~
小白也不说话了呢! 那试试这么写: select * from table order by case when id=1 then 0 else 1 end 2个字: 佩服!