select     a, b, c form tb where ... order by id asc limit 0,100;select id, a, b, c form tb where ... order by id asc limit 0,100;
这两个sql返回的数据为什么是不一样的?mysqlorder by