--null值在前 select * from tablename order by id nulls first; --null值在后 select * from tablename order by id nulls last; --null在前配合desc ...
確定! 回上一頁